mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-09 02:08:50 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
370d549a48
commit
f5b17b2b22
8 changed files with 8 additions and 21 deletions
|
|
@ -190,11 +190,6 @@ func renderBlockDOMByNodes(nodes []*ast.Node, luteEngine *lute.Lute) string {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// 填充属性视图角标之后即可移除 av-names 属性
|
||||
if n.IsBlock() && "" != n.IALAttr(av.NodeAttrViewNames) {
|
||||
n.RemoveIALAttr(av.NodeAttrViewNames)
|
||||
}
|
||||
}
|
||||
|
||||
rendererFunc := blockRenderer.RendererFuncs[n.Type]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue