mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-06 15:41:48 +01:00
🎨 Improve av grouping https://github.com/siyuan-note/siyuan/issues/15429
This commit is contained in:
parent
3c6ce60525
commit
6c0eed5d09
2 changed files with 33 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue