luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

MachineConfiguration Update on Renaming Registers #42

Closed prohde closed 3 years ago

prohde commented 3 years ago

This PR fixes #37. Finally, I found the cause for the issue. When renaming a register, the same event for replacing the register was fired a second time in the end. This event needs to be triggered only once.