🎨 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 10:39:54 +08:00
parent 807db89c5e
commit 8c999c5957
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 68 additions and 0 deletions

View file

@ -243,6 +243,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrView(op)
case "updateAttrViewColOptions":
ret = tx.doUpdateAttrViewColOptions(op)
case "removeAttrViewColOption":
ret = tx.doRemoveAttrViewColOption(op)
}
if nil != ret {