feat(core): Update to ckeditor 5. Fixes #5920.

This commit is contained in:
smizrahi
2024-02-27 14:29:59 +01:00
parent b8a6d576e1
commit e92fb8f52d
198 changed files with 754 additions and 5677 deletions
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);