🎨 Update av

This commit is contained in:
Daniel 2023-07-01 11:19:45 +08:00
parent ef362685cb
commit 18390572b5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 74 additions and 21 deletions

View file

@ -230,6 +230,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSortAttrViewColumn(op)
case "updateAttrViewCell":
ret = tx.doUpdateAttrViewCell(op)
case "sortAttrViewRow":
ret = tx.doSortAttrViewRow(op)
}
if nil != ret {