🎨 Supports multiple views for the database https://github.com/siyuan-note/siyuan/issues/9751

This commit is contained in:
Daniel 2023-12-01 15:39:21 +08:00
parent 45a8c97e9f
commit 177ed1b67f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 48 additions and 0 deletions

View file

@ -252,6 +252,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewViewIcon(op)
case "duplicateAttrViewView":
ret = tx.doDuplicateAttrViewView(op)
case "sortAttrViewView":
ret = tx.doSortAttrViewView(op)
}
if nil != ret {