From 7cbd0503fb6128d926c08311a0e75f3235c130f1 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 10 Jul 2023 11:54:33 +0800 Subject: [PATCH] :art: Add multi-select type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8695 --- kernel/model/attribute_view.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/model/attribute_view.go b/kernel/model/attribute_view.go index 707063a6a..eab38bbec 100644 --- a/kernel/model/attribute_view.go +++ b/kernel/model/attribute_view.go @@ -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 {