CKEDITOR is not working on this boilerplate.
shin-deok opened this issue · 1 comments
shin-deok commented
this code make an error about the CKEDITOR as below.
I just run this code with instruction.
knockout-latest.js?68fb:16 Uncaught TypeError: Cannot read properties of undefined (reading 'replace')
How can I fix it?
ST-1580 commented
Hello, @shin-deok
We've fixed this bug via the commit above. CKEDITOR was not connected to the project in index.html
. We changed it and CKEDITOR is default behavior now. If you don't want it, please comment this lines in SurveyCreator.vue
.
SurveyCreator.SurveyPropertyModalEditor.registerCustomWidget(
"html",
CkEditor_ModalEditor
);
SurveyCreator.SurveyPropertyModalEditor.registerCustomWidget(
"text",
CkEditor_ModalEditor
);
Thanks,
Yaroslav,
SurveyJS Team