MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
168 stars 49 forks source link

V3 undo copy/paste/cut does not return items to the same order in the tree #193

Closed i-make-robots closed 9 months ago

i-make-robots commented 9 months ago

Describe the bug Not a show stopping issue.

To Reproduce Steps to reproduce the behavior:

  1. create a node
  2. add children a,b,c,d,e.
  3. cut a-c.
  4. undo. list order will be d,e,a,b,c.

Expected behavior return to original order a,b,c,d,e.

Screenshots 2023-12-30-01 (I used CTRL+Z to undo)

i-make-robots commented 9 months ago

Occurs will remove, cut, move, ... more?