Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7e4db4a6 authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

fix

parent faec8e62
No related branches found
No related tags found
1 merge request!126Resolve "dragging a group of node with the rectangle selector doesn't save the undoAction"
Pipeline #963266 passed
...@@ -211,6 +211,8 @@ function onPaneReady() { ...@@ -211,6 +211,8 @@ function onPaneReady() {
@node-drag-start="onDragStart" @node-drag-start="onDragStart"
@node-drag-stop="onDragEnd" @node-drag-stop="onDragEnd"
@node-drag="nodeDrag" @node-drag="nodeDrag"
@selection-drag-start="onDragStart"
@selection-drag-stop="onDragEnd"
@selection-start="selectionStart" @selection-start="selectionStart"
@drop="onDrop" @drop="onDrop"
@dragover.prevent="onDragOver" @dragover.prevent="onDragOver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment