🎨 Add multi-select type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8695

This commit is contained in:
Daniel 2023-07-10 11:54:33 +08:00
parent 2f84aaa4c7
commit 7cbd0503fb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -329,8 +329,6 @@ func updateAttributeViewColumnOption(operation *Operation) (err error) {
newName := data["newName"].(string)
newColor := data["newColor"].(string)
// TODO 如果 newName 已经存在
var colIndex int
for i, col := range attrView.Columns {
if col.ID != colID {