ModelingToolkitDesigner.jl icon indicating copy to clipboard operation
ModelingToolkitDesigner.jl copied to clipboard

Unable to recover from components on top of each other

Open baggepinnen opened this issue 2 years ago • 0 comments

I managed to click "align horizontally", after which two components ended up on top of each other. This led to a NotUnique exception when I tried to remove the one on top. I had to redefine the filtersingle function to return the first found component in order to be able to recover the situation. If two components are on top of each other, I guess it would make more sense to select the top one rather than error?

baggepinnen avatar Sep 29 '23 09:09 baggepinnen