fix: misc lesson issues

This commit is contained in:
Jannat Patel
2024-04-25 16:41:56 +05:30
parent 804fc8e391
commit 1a2cb0fc3c
9 changed files with 1013 additions and 806 deletions

View File

@@ -137,6 +137,9 @@ export function getEditorTools() {
paragraph: {
class: Paragraph,
inlineToolbar: true,
config: {
preserveBlank: true,
},
},
codeBox: {
class: CodeBox,