This commit is contained in:
Daniel 2025-06-17 11:31:06 +08:00
parent 3281f33978
commit 369d7e5dc9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -133,6 +133,8 @@ func ChangeAttrViewLayout(blockID, avID string, layout av.LayoutType) (err error
logging.LogWarnf("set node [%s] attrs failed: %s", blockID, err)
return
}
ReloadAttrView(avID)
return
}