From 86e7e68ce1933598e1d182c6bb666bb8c5eb44fc Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 16 Dec 2024 18:12:13 +0530 Subject: [PATCH] chore: removed unused packages --- frontend/package.json | 1 - frontend/src/utils/index.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 44cbca2a..0fc71fa3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,6 @@ "chart.js": "^4.4.1", "codemirror-editor-vue3": "^2.8.0", "dayjs": "^1.11.6", - "editorjs-md-parser": "^0.0.3", "feather-icons": "^4.28.0", "frappe-ui": "^0.1.89", "lucide-vue-next": "^0.383.0", diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index 789005dc..ac144b8f 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -161,7 +161,7 @@ export function getEditorTools() { table: Table, paragraph: { class: Paragraph, - inlineToolbar: true, + inlineToolbar: false, config: { preserveBlank: true, },