This commit is contained in:
Daniel 2025-06-16 10:40:56 +08:00
parent 8fff4b742e
commit 72898063d8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 10 additions and 0 deletions

View file

@ -290,6 +290,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewWrapField(op)
case "changeAttrViewLayout":
ret = tx.doChangeAttrViewLayout(op)
case "setAttrViewBlockView":
ret = tx.doSetAttrViewBlockView(op)
}
if nil != ret {