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

@@ -114,6 +114,7 @@ const renderEditor = (holder) => {
return new EditorJS({
holder: holder,
tools: getEditorTools(),
autofocus: true,
})
}