ORIENT/modules/backend/formwidgets/richeditor
fansaien d6b1b6e95d Fixed the Delete and Enter not being captured in keydown.oc.richeditor (#4015)
Credit to @fansaien.

The keydown event can not capture the Backspace(Delete) and Enter key event. 

Moved the binding keydown function into froalaEditor.initialized event to solve this issue. Please review this Froala Editor issue: https://github.com/froala/wysiwyg-editor/issues/1879

The editor.events doesn't support off function. So, can not call off function in the unregisterHandlers()
2019-01-03 14:07:29 -06:00
..
assets Fixed the Delete and Enter not being captured in keydown.oc.richeditor (#4015) 2019-01-03 14:07:29 -06:00
partials Fix support for the placeholder property in RichEditor FormWidgets 2018-12-27 15:28:10 -06:00