From 2ea25fa4abfbbbcd964b96097fbe2ccbabdedf19 Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Tue, 17 Dec 2024 14:18:21 +0700 Subject: [PATCH] EQMS-1325 Add mermaid and drawing board to editor kit (#7487) Signed-off-by: Alexander Onnikov --- .../src/components/CollaborationDiffViewer.svelte | 7 ++++++- .../src/components/CollaborativeTextEditor.svelte | 14 ++++++++++---- .../src/components/StyledTextBox.svelte | 2 -- .../src/components/TextEditor.svelte | 1 + .../text-editor-resources/src/kits/editor-kit.ts | 12 ++++++++++++ 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/plugins/text-editor-resources/src/components/CollaborationDiffViewer.svelte b/plugins/text-editor-resources/src/components/CollaborationDiffViewer.svelte index 3d90b41b70..bbd3c373b7 100644 --- a/plugins/text-editor-resources/src/components/CollaborationDiffViewer.svelte +++ b/plugins/text-editor-resources/src/components/CollaborationDiffViewer.svelte @@ -15,6 +15,7 @@ // -->