🎨 Add multi-select type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8695
This commit is contained in:
parent
2f84aaa4c7
commit
7cbd0503fb
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue