mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
FieldDropdown now has onItemSelected(..) method to handle the menu item selection action. Variable renames and deletes are now handled here, instead of during validation. Also fixes an issue deleting variables used by less than two blocks. Fixes #723.