mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 08:16:10 +01:00
🎨 Clean code
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
09a2177b3c
commit
0f8bfe0132
2 changed files with 2 additions and 2 deletions
|
|
@ -921,7 +921,7 @@ func setAttributeViewBlockAttr(c *gin.Context) {
|
|||
if _, ok := arg["itemID"]; ok {
|
||||
itemID = arg["itemID"].(string)
|
||||
} else if _, ok := arg["rowID"]; ok {
|
||||
// TODO 划于 2026 年 6 月 30 日后删除 https://github.com/siyuan-note/siyuan/issues/15708#issuecomment-3239694546
|
||||
// TODO 计划于 2026 年 6 月 30 日后删除 https://github.com/siyuan-note/siyuan/issues/15708#issuecomment-3239694546
|
||||
itemID = arg["rowID"].(string)
|
||||
}
|
||||
value := arg["value"].(interface{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue