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, },