We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b21b2f6 + 4fafe26 commit 5ef0868Copy full SHA for 5ef0868
src/assets/editors/ckeditor.js
@@ -107,6 +107,9 @@ class CKEditorEditor extends StringEditor {
107
108
postBuild () {
109
super.postBuild();
110
+ if (this.container) {
111
+ this.initCKEditor()
112
+ }
113
this.theme.afterInputReady(this.input);
114
}
115
src/assets/editors/filefly.js
@@ -99,6 +99,7 @@ class FileflyEditor extends StringEditor {
99
100
101
102
+ this.initSelectize();
103
104
105
0 commit comments