🎨 闪卡复习界面编辑

This commit is contained in:
Liang Ding 2022-12-24 11:19:20 +08:00
parent 471089b6e9
commit f192405106
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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 {