Closed FWDekker closed 12 months ago
Also, another bug: If you move a scheme to another Template
(e.g. with the arrow buttons) and then revert changes in the original parent Template
, and then select either the moved scheme or the reverted scheme, an exception is thrown because there are now two schemes with the same UUID!
Also, yet another bug, though I'm having a hard time figuring out why this happens:
This triggers an exception for some reason. Using the mouse to manually collapse templates does not trigger this bug. Or rather, when two templates are swapped, if either was collapsed using arrow keys, then the exception occurs.
Unfortunately, #483 broke the drag-and-drop behaviour for
Template
s (I think by assuming that only consecutive rows can be swapped?) :-?