kommitters / editorjs-undo

Undo/Redo feature for Editor.js
https://www.npmjs.com/package/editorjs-undo
MIT License
172 stars 51 forks source link

106 - Solve the bug in shortcuts #109

Closed MarioRodriguezS closed 2 years ago

MarioRodriguezS commented 2 years ago

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.