🎨 闪卡复习界面编辑

This commit is contained in:
Liang Ding
2022-12-24 11:19:20 +08:00
parent 471089b6e9
commit f192405106

View File

@@ -50,7 +50,6 @@ func RenderFlashcard(blockID string) (content string, err error) {
}
luteEngine := NewLute()
luteEngine.RenderOptions.ProtyleContenteditable = false
if ast.NodeDocument == node.Type {
content = luteEngine.Tree2BlockDOM(tree, luteEngine.RenderOptions)
} else {