This commit is contained in:
Daniel 2025-08-06 09:18:40 +08:00
parent 3c6ce60525
commit 6c0eed5d09
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 33 additions and 0 deletions

View file

@ -305,6 +305,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewGroup(op)
case "hideAttrViewGroup":
ret = tx.doHideAttrViewGroup(op)
case "hideAttrViewAllGroups":
ret = tx.doHideAttrViewAllGroups(op)
case "foldAttrViewGroup":
ret = tx.doFoldAttrViewGroup(op)
case "syncAttrViewTableColWidth":