mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
b1619fe155
commit
74d10b7e97
3 changed files with 90 additions and 112 deletions
|
|
@ -245,11 +245,10 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doSortAttrViewColumn(op)
|
||||
case "updateAttrViewCell":
|
||||
ret = tx.doUpdateAttrViewCell(op)
|
||||
// TODO 下面的方法要重写
|
||||
//case "updateAttrViewColOptions":
|
||||
// ret = tx.doUpdateAttrViewColOptions(op)
|
||||
//case "removeAttrViewColOption":
|
||||
// ret = tx.doRemoveAttrViewColOption(op)
|
||||
case "updateAttrViewColOptions":
|
||||
ret = tx.doUpdateAttrViewColOptions(op)
|
||||
//case "removeAttrViewColOption":
|
||||
//ret = tx.doRemoveAttrViewColOption(op)
|
||||
//case "updateAttrViewColOption":
|
||||
// ret = tx.doUpdateAttrViewColOption(op)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue