mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🎨 Update av
This commit is contained in:
parent
6fd2ee7d7c
commit
ec6e104519
2 changed files with 3 additions and 2 deletions
|
|
@ -93,5 +93,6 @@ func setAttributeViewBlockAttr(c *gin.Context) {
|
|||
cellID := arg["cellID"].(string)
|
||||
value := arg["value"].(interface{})
|
||||
blockAttributeViewKeys := model.UpdateAttributeViewCell(avID, keyID, rowID, cellID, value)
|
||||
util.BroadcastByType("protyle", "refreshAttributeView", 0, "", map[string]interface{}{"id": avID})
|
||||
ret.Data = blockAttributeViewKeys
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue