mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
feat(core): Update to ckeditor 5. Fixes #5920.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -128,7 +128,7 @@
|
||||
/**
|
||||
* Keybindings are ignored by default when coming from special elements
|
||||
*/
|
||||
this._preventInClass = ['md-chip-content'];
|
||||
this._preventInClass = ['md-chip-content', 'ck-content', 'ck-widget', 'ck-editor__editable', 'ck-editor__nested-editable', 'ck-table-bogus-paragraph'];
|
||||
|
||||
this._onKeydown = this._onKeydown.bind(this);
|
||||
this._onKeyup = this._onKeyup.bind(this);
|
||||
|
||||
Reference in New Issue
Block a user