Blockflow icon indicating copy to clipboard operation
Blockflow copied to clipboard

Multi-select Drag and Drop seems to fail, only one of the elements gets dragged

Open Crystalwarrior opened this issue 1 year ago • 2 comments

Godot_v4 3-stable_win64_yBm3TCjNAj

Crystalwarrior avatar Nov 07 '24 01:11 Crystalwarrior

Requires undo-redo fix.

AnidemDex avatar Jul 25 '25 23:07 AnidemDex

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

AnidemDex avatar Sep 21 '25 13:09 AnidemDex