mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
a79125c236
commit
7dcca464dd
3 changed files with 80 additions and 34 deletions
|
|
@ -388,7 +388,7 @@ func RenderTemplate(p, id string, preview bool) (tree *parse.Tree, dom string, e
|
|||
if nil != parseErr {
|
||||
logging.LogErrorf("parse attribute view [%s] failed: %s", n.AttributeViewID, parseErr)
|
||||
} else {
|
||||
cloned := attrView.ShallowClone()
|
||||
cloned := attrView.Clone()
|
||||
if nil == cloned {
|
||||
logging.LogErrorf("clone attribute view [%s] failed", n.AttributeViewID)
|
||||
return ast.WalkContinue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue