🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888
This commit is contained in:
parent
c1bec499b4
commit
c0353ca5bc
1 changed files with 2 additions and 2 deletions
|
@ -1923,9 +1923,9 @@ func removeAttributeViewColumn(operation *Operation) (err error) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
util.BroadcastByType("protyle", "refreshAttributeView", 0, "", map[string]interface{}{"id": destAv.ID})
|
||||
}
|
||||
|
||||
util.BroadcastByType("protyle", "refreshAttributeView", 0, "", map[string]interface{}{"id": destAv.ID})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue