From a1fc11220bff126bdce7e843469140972043ceec Mon Sep 17 00:00:00 2001 From: Sofien Haj Chedhli Date: Tue, 5 Nov 2024 15:39:25 +0100 Subject: [PATCH] feat: Remove useless noteEditorPluginsExtensions - EXO-75212 - Medds-io/MIPs#161 (#1198) --- notes-webapp/src/main/webapp/vue-app/notes-rich-editor/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes-webapp/src/main/webapp/vue-app/notes-rich-editor/main.js b/notes-webapp/src/main/webapp/vue-app/notes-rich-editor/main.js index 40f206f5e7..690c7a2327 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-rich-editor/main.js +++ b/notes-webapp/src/main/webapp/vue-app/notes-rich-editor/main.js @@ -9,5 +9,5 @@ if (extensionRegistry) { }); } } -Vue.prototype.$utils.includeExtensions('WYSIWYGPluginsExtensions'); +