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.
1 parent 67dbcb4 commit 62c43a2Copy full SHA for 62c43a2
src/ck-editor.js
@@ -56,10 +56,9 @@ function init(Survey) {
56
};
57
updateValueHandler();
58
},
59
- willUnmount: function(question, el) {
+ willUnmount: function (question, el) {
60
question.readOnlyChangedCallback = null;
61
- CKEDITOR.instances[name].removeAllListeners();
62
- CKEDITOR.remove(CKEDITOR.instances[name]);
+ CKEDITOR.instances[question.id].destroy(false);
63
}
64
65
0 commit comments