nossas / slate-editor

A complete rich text editor based on SlateJS framework
https://slate-editor.bonde.org
MIT License
263 stars 56 forks source link

Font Size Keyboard Shortcut no longer works in 4.x #61

Open abobwhite opened 6 years ago

abobwhite commented 6 years ago

It appears with the new event data, the "," and "." checks here: https://github.com/nossas/slate-editor/blob/develop/src/package/plugins/slate-font-size-plugin/FontSizeKeyboardShortcut.js#L10 https://github.com/nossas/slate-editor/blob/develop/src/package/plugins/slate-font-size-plugin/FontSizeKeyboardShortcut.js#L11

no longer work. Instead of "," and ".", it should be "<" and ">"

gabrielrtakeda commented 6 years ago

Hi @abobwhite! On which OS is this happening? I have tested with MacOS in the example URL and it works with:

https://slate-editor.bonde.org/

abobwhite commented 6 years ago

Hey @gabrielrtakeda I am using on Windows.