This commit is contained in:
Daniel 2025-08-23 18:08:07 +08:00
parent ef643e60d7
commit d3e86ffcaa
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -325,6 +325,8 @@ func updateAttributeViewBlockText(updatedDefNodes map[string]*ast.Node) {
if changedAv {
av.SaveAttributeView(attrView)
ReloadAttrView(avID)
refreshRelatedSrcAvs(avID)
}
}
}