This commit is contained in:
Daniel 2025-07-25 12:05:33 +08:00
parent 0d5320f08b
commit cbddce4d25
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 32 additions and 2 deletions

View file

@ -303,6 +303,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doHideAttrViewGroup(op)
case "syncAttrViewTableColWidth":
ret = tx.doSyncAttrViewTableColWidth(op)
case "removeAttrViewGroup":
ret = tx.doRemoveAttrViewGroup(op)
}
if nil != ret {