mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
ad77e4d7f3
commit
ff239c1211
3 changed files with 60 additions and 55 deletions
|
|
@ -239,9 +239,9 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doRemoveAttrViewBlock(op)
|
||||
case "addAttrViewCol":
|
||||
ret = tx.doAddAttrViewColumn(op)
|
||||
// TODO 下面的方法要重写
|
||||
case "updateAttrViewCol":
|
||||
ret = tx.doUpdateAttrViewColumn(op)
|
||||
// TODO 下面的方法要重写
|
||||
case "removeAttrViewCol":
|
||||
ret = tx.doRemoveAttrViewColumn(op)
|
||||
case "updateAttrViewCell":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue