kommitters / editorjs-undo

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

Shortcuts are not supported on other keyboard layouts #167

Closed NeoKms closed 1 year ago

NeoKms commented 1 year ago

Precheck

Description

The plugin does not work correctly when the text was written in Russian. In particular, return does not work after converting text into a header and other types of blocks.

Environment

Current behavior

We write 1 paragraph of text Convert 1 paragraph to heading Change the keyboard layout to Russian (or another) Press cmd + z Nothing happens

Expected behavior

We write 1 paragraph of text Convert 1 paragraph to heading Change the keyboard layout to Russian (or another) Press cmd + z Paragraph 1 became text again

miguelnietoa commented 1 year ago

The fix is now available in version 2.0.13 👍🏻