We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74c91 commit 3e97f61Copy full SHA for 3e97f61
src/ui/react/src/adapter/alloy-editor.js
@@ -43,13 +43,13 @@
43
44
editor.config.selectionKeystrokes = this.get('selectionKeystrokes');
45
46
+ AlloyEditor.Lang.mix(editor.config, config);
47
+
48
if (CKEDITOR.env.ie) {
49
editor.config.extraPlugins = editor.config.extraPlugins.replace('ae_dragresize', 'ae_dragresize_ie');
50
editor.config.removePlugins = editor.config.removePlugins.replace('ae_dragresize', 'ae_dragresize_ie');
51
}
52
- AlloyEditor.Lang.mix(editor.config, config);
-
53
editor.once('contentDom', function() {
54
55
this._addReadOnlyLinkClickListener(editor);
0 commit comments