mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
f45c6faf05
Fix #1619. buildTooltipWithFieldValue() => buildTooltipWithFieldText() The "value" of FieldVariables was the variable id. However, we usually want the field text for the human visible tooltip. Refactoring and renaming buildTooltipWithFieldValue to use the field text.