diff --git a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NoteCustomPlugins.vue b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NoteCustomPlugins.vue index 824a76d81e..4d6250778d 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NoteCustomPlugins.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NoteCustomPlugins.vue @@ -97,7 +97,6 @@ export default { methods: { open() { this.$refs.customPluginsDrawer.open(); - this.$root.$emit('initCkeditor'); }, close() { this.$refs.customPluginsDrawer.close();