Khan / structured-blocks

MIT License
11 stars 2 forks source link

Support dragging multiple items #13

Closed jeresig closed 9 years ago

jeresig commented 10 years ago

In Blockly you, by default, drag multiple items that are adjacent. This may not work well for us, but it requires that we figure out other ways of moving many items (for refactoring).

This may be of help: http://stackoverflow.com/a/15301704

Depends upon #10 and #12.