chore: removed unused packages

This commit is contained in:
Jannat Patel
2024-12-16 18:12:13 +05:30
parent 7f44177986
commit 86e7e68ce1
2 changed files with 1 additions and 2 deletions

View File

@@ -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",

View File

@@ -161,7 +161,7 @@ export function getEditorTools() {
table: Table,
paragraph: {
class: Paragraph,
inlineToolbar: true,
inlineToolbar: false,
config: {
preserveBlank: true,
},