mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
738d06a464
Fixes #1958 This will drop the input when it's in the empty string state. This causes the block to remove the input and re-add it when the text is reverted, but prevents the breakage. A followup fix should leave the input alone instead of removing it, but this works for now.