This commit is contained in:
Daniel 2025-08-23 18:31:28 +08:00
parent 39e2b7adf6
commit 920291d52b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 11 additions and 6 deletions

View file

@ -310,7 +310,7 @@ func updateAttributeViewBlockText(updatedDefNodes map[string]*ast.Node) {
for _, blockValue := range blockValues.Values {
if blockValue.Block.ID == updatedDefNode.ID {
newIcon, newContent := getNodeAvBlockText(updatedDefNode)
newIcon, newContent := getNodeAvBlockText(updatedDefNode, avID)
if newIcon != blockValue.Block.Icon {
blockValue.Block.Icon = newIcon
changedAv = true