mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
74d10b7e97
commit
d954602379
2 changed files with 112 additions and 144 deletions
|
|
@ -247,10 +247,10 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doUpdateAttrViewCell(op)
|
||||
case "updateAttrViewColOptions":
|
||||
ret = tx.doUpdateAttrViewColOptions(op)
|
||||
//case "removeAttrViewColOption":
|
||||
//ret = tx.doRemoveAttrViewColOption(op)
|
||||
//case "updateAttrViewColOption":
|
||||
// ret = tx.doUpdateAttrViewColOption(op)
|
||||
case "removeAttrViewColOption":
|
||||
ret = tx.doRemoveAttrViewColOption(op)
|
||||
case "updateAttrViewColOption":
|
||||
ret = tx.doUpdateAttrViewColOption(op)
|
||||
}
|
||||
|
||||
if nil != ret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue