mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
fd3e1d66bd
commit
11a55903f2
2 changed files with 44 additions and 33 deletions
|
|
@ -237,13 +237,13 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doAddAttrViewColumn(op)
|
||||
case "updateAttrViewCol":
|
||||
ret = tx.doUpdateAttrViewColumn(op)
|
||||
case "removeAttrViewCol":
|
||||
ret = tx.doRemoveAttrViewColumn(op)
|
||||
case "sortAttrViewRow":
|
||||
ret = tx.doSortAttrViewRow(op)
|
||||
case "sortAttrViewCol":
|
||||
ret = tx.doSortAttrViewColumn(op)
|
||||
// TODO 下面的方法要重写
|
||||
case "removeAttrViewCol":
|
||||
ret = tx.doRemoveAttrViewColumn(op)
|
||||
case "updateAttrViewCell":
|
||||
ret = tx.doUpdateAttrViewCell(op)
|
||||
case "setAttrView":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue