🎨 Update av

This commit is contained in:
Daniel 2023-07-01 10:23:58 +08:00
parent 30bfa6e5d8
commit ee583e3cec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 74 additions and 33 deletions

View file

@ -222,6 +222,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doRemoveAttrViewBlock(op)
case "addAttrViewCol":
ret = tx.doAddAttrViewColumn(op)
case "updateAttrViewCol":
ret = tx.doUpdateAttrViewColumn(op)
case "removeAttrViewCol":
ret = tx.doRemoveAttrViewColumn(op)
case "updateAttrViewCell":