SimonBuxx / LogiJS

Discover and create logic circuits
https://logijs.com
GNU General Public License v3.0
42 stars 6 forks source link

Bug in wire adding/deletion algorithms #74

Closed SimonBuxx closed 4 years ago

SimonBuxx commented 4 years ago

There are two bugs, one prevents wires from being drawn in certain cases and one removes the whole wire when trying to remove only part of a wire in some cases.

SimonBuxx commented 4 years ago

This is now fixed, the reason was that the replacement wires weren't added when altering the last wire in the array.