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

This commit is contained in:
Daniel 2023-07-09 17:27:42 +08:00
parent b85d6e97cf
commit 2a8de9733e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 36 additions and 0 deletions

View file

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