mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
49354816e3
commit
4c55a240f3
5 changed files with 101 additions and 31 deletions
|
|
@ -290,6 +290,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doSetAttrViewShowIcon(op)
|
||||
case "setAttrViewWrapField":
|
||||
ret = tx.doSetAttrViewWrapField(op)
|
||||
case "changeAttrViewLayout":
|
||||
ret = tx.doChangeAttrViewLayout(op)
|
||||
}
|
||||
|
||||
if nil != ret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue