xdan / jodit

Jodit - Best WYSIWYG Editor for You
https://xdsoft.net/jodit/
MIT License
1.61k stars 341 forks source link

space key issues #1143

Closed gp-slick-coder closed 4 days ago

gp-slick-coder commented 1 month ago

The "space" key is not working due to multiple splits(' ') and trim's in the codebase with Hotkeys.

commandToHotkeys: {
        removeFormat: ["ctrl+space"],

image

gp-slick-coder commented 4 days ago

Very nice, works fine now! Thanks!