This commit is contained in:
Daniel 2025-07-25 11:56:32 +08:00
parent 9d4c47ee87
commit 0d5320f08b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 8 additions and 48 deletions

View file

@ -301,8 +301,6 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewGroup(op)
case "hideAttrViewGroup":
ret = tx.doHideAttrViewGroup(op)
case "setAttrViewHideEmptyGroup":
ret = tx.doSetAttrViewHideEmptyGroup(op)
case "syncAttrViewTableColWidth":
ret = tx.doSyncAttrViewTableColWidth(op)
}