This commit is contained in:
Daniel 2023-07-07 15:35:48 +08:00
parent 060d933390
commit 33e6a2ff2c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 12 additions and 1 deletions

View file

@ -1221,6 +1221,12 @@ func refreshDynamicRefTexts(updatedDefNodes map[string]*ast.Node, updatedTrees m
}
if changedAv {
av.SaveAttributeView(attrView)
evt := util.NewCmdResult("refreshAttributeView", 0, util.PushModeBroadcast)
evt.Data = map[string]interface{}{
"id": avID,
}
util.PushEvent(evt)
}
}
}