froala/wysiwyg-editor

Shortcuts help window still lists shortcuts disabled with shortcutsEnabled

Opened this issue · 0 comments

Expected behavior.
 new FroalaEditor('div#froala-editor', {
   shortcutsEnabled: ['bold', 'italic'],
   toolbarButtons: ['bold', 'italic', '|', 'help']
 })

Shortcuts such as Strike through / Ctrl-S (omitted from shortcutsEnabled) must not be listed in the shortcuts help window.

Actual behavior.

Still listed

Steps to reproduce the problem.

https://jsfiddle.net/earshinov/pnxsre0o/

Editor version.

4.1.4