Tracardi / tracardi-gui

Tracardi ReactJs Graphical User Interface
Other
19 stars 25 forks source link

FlowEditor's Rearrange Nodes Button Can Only Take Effect Once #263

Open ryomahan opened 1 year ago

ryomahan commented 1 year ago

As shown in the title, FlowEditor's Rearrange Nodes button can only take effect once. When I first use it, it is effect, but if I move some node then, it will be uneffect, even if save or deploy if.

solution:

add onNodeDragStop for <ReactFlow> and use setElements save node change

ryomahan commented 1 year ago

264 is this issue's PR