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:
Daniel 2025-12-02 11:37:46 +08:00
parent 4433372bee
commit 36ac36e30d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 42 additions and 12 deletions

View file

@ -392,7 +392,7 @@ func updateAttributeViewBlockText(updatedDefNodes map[string]*ast.Node) {
av.SaveAttributeView(attrView)
ReloadAttrView(avID)
refreshRelatedSrcAvs(avID)
refreshRelatedSrcAvs(avID, nil)
}
}
}