mirror of
https://github.com/google/blockly.git
synced 2026-05-03 02:20:12 +02:00
3b234c7f87
On the desktop, widgetDispose_ will call onFinishEditing_ on close. This was missing in the mobile counterpart, so any cleanups in onFinishEditing_ would not be called. Also update the message string comment while we are touching this code.