From ab5489a3c52ae16806bb7e4ecdbeed52d05fe682 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 19 Sep 2023 04:13:07 +0100 Subject: [PATCH] fix: Fix Note WYSIWYG style - MEED-2534 - Meeds-io/meeds#1102 Prior to this change, the Note editor content wasn't using the reset style classes for displaying Rich editor contents. This change will add those classes to ensure hamonizing the display of reach editors with other tools. --- .../javascript/eXo/wiki/ckeditor/plugins/ExoWikiPage.vue | 2 +- .../{ExoNotesFavoriteAction.vue => NoteFavoriteAction.vue} | 0 .../main/webapp/vue-app/notes/components/NotesOverview.vue | 4 ++-- notes-webapp/src/main/webapp/vue-app/notes/initComponents.js | 4 ++-- .../webapp/vue-app/wikiSearch/components/WikiSearchCard.vue | 4 ++-- .../src/main/webapp/vue-app/wikiSearch/initComponents.js | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) rename notes-webapp/src/main/webapp/vue-app/notes/components/{ExoNotesFavoriteAction.vue => NoteFavoriteAction.vue} (100%) diff --git a/notes-webapp/src/main/webapp/javascript/eXo/wiki/ckeditor/plugins/ExoWikiPage.vue b/notes-webapp/src/main/webapp/javascript/eXo/wiki/ckeditor/plugins/ExoWikiPage.vue index da78e0fe0f..ab5db54883 100644 --- a/notes-webapp/src/main/webapp/javascript/eXo/wiki/ckeditor/plugins/ExoWikiPage.vue +++ b/notes-webapp/src/main/webapp/javascript/eXo/wiki/ckeditor/plugins/ExoWikiPage.vue @@ -1,5 +1,5 @@