mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
⚡ Improve database rendering performance after editing https://github.com/siyuan-note/siyuan/issues/16464
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
4433372bee
commit
36ac36e30d
3 changed files with 42 additions and 12 deletions
|
|
@ -392,7 +392,7 @@ func updateAttributeViewBlockText(updatedDefNodes map[string]*ast.Node) {
|
|||
av.SaveAttributeView(attrView)
|
||||
ReloadAttrView(avID)
|
||||
|
||||
refreshRelatedSrcAvs(avID)
|
||||
refreshRelatedSrcAvs(avID, nil)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue