mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 18:54:21 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
99db625cf7
commit
120ae640f5
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doSetAttrViewBlockView(op)
|
||||
case "setAttrViewCardAspectRatio":
|
||||
ret = tx.doSetAttrViewCardAspectRatio(op)
|
||||
case "doSetAttrViewGroup":
|
||||
case "setAttrViewGroup":
|
||||
ret = tx.doSetAttrViewGroup(op)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue