Blockflow
Blockflow copied to clipboard
Multi-select Drag and Drop seems to fail, only one of the elements gets dragged
Requires undo-redo fix.
https://github.com/AnidemDex/Blockflow/blob/c2b0a032966021cde3f0c3b99fdac97ec188f53a/editor/views/editor_view.gd#L58
EditorView.selected_commands is never used when moving commands. Command block should be aware of the selected commands in order to return the appropriate structure.
https://github.com/AnidemDex/Blockflow/blob/c2b0a032966021cde3f0c3b99fdac97ec188f53a/editor/command_block/fancy_block/block.gd#L251
https://github.com/AnidemDex/Blockflow/blob/c2b0a032966021cde3f0c3b99fdac97ec188f53a/editor/command_block/fancy_block/block.gd#L298