Closed MarioRodriguezS closed 2 years ago
Fix #106
The issue reported in #106 was appearing because the event listeners were interfering with each other. So, when the shortcuts were set with the same letter key, for example (CMD+Z & CMD+SHIFT+Z), both actions (undo & redo) were being called.
Fix #106
Description
The issue reported in #106 was appearing because the event listeners were interfering with each other. So, when the shortcuts were set with the same letter key, for example (CMD+Z & CMD+SHIFT+Z), both actions (undo & redo) were being called.