mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
4e3faf0158
- allows scrolling by dragging a block up and down - dragging a block towards the workspace creates it - dragging a block any direction in a non-scrollable flyout creates it - dragging a shadow block works properly - clicks on fields in non-closeable flyouts always open editors - clicks in closeable flyouts create the block but don't open editors Fixes #385 and fixes #405.