I am trying to organize my script groups but when I try to moving a group outside of the group it is in, it puts all group scripts inside the one I just moved.
Example Scripts List (the dashes do not appear in the script list, they are here to maintain the correct format in this post)
Group 1 Scripts (Folder)
----script 1.1
----script 1.2
----Group 2 Scripts (Folder)
----Group 3 Scripts (Folder)
Groups 2 and 3 should be not be inside Group 1. If I drag Group 3 Scripts above Group 1 Scripts I get the following
Group 3 Scripts (Folder)
----Group 1 Scripts (Folder)
------script 1.1
------ script 1.2
----Group 2 Scripts (Folder)
What I want is:
Group 1 Scripts (Folder)
---script 1.1
---script 1.2
Group 2 Scripts (Folder)
Group 3 Scripts (Folder)
Sometimes I can get it to work (random) but as I add additional groups they eventually get mixed up.