SimonBuxx / Linkuit-Studio

A platform for learning and experimenting with logic circuits
https://linkuit.com
MIT License
20 stars 2 forks source link

Case where wire to remove from scene is no longer in scene #44

Closed SimonBuxx closed 2 years ago

SimonBuxx commented 2 years ago

When placing a lot of wires, copying and moving them, the SW may be stuck in an (endless?) loop of trying to remove wires in MergeWiresAfterMove that may already have been removed.

SimonBuxx commented 2 years ago

This only occurs when wires are copied and then deselected without moving them before. Should be okay when new copy/paste system is implemented. Until then, always move components after copying. This issue is now dormant until issue #14 is implemented.

SimonBuxx commented 2 years ago

seems to be fixed with the new copy/paste system