🎨 New a row in the database no longer require to create a relevant doc https://github.com/siyuan-note/siyuan/issues/9294

This commit is contained in:
Daniel 2023-09-28 10:50:35 +08:00
parent d51b336183
commit 20cd3c5f80
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 43 additions and 0 deletions

View file

@ -260,6 +260,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewColCalc(op)
case "updateAttrViewColNumberFormat":
ret = tx.doUpdateAttrViewColNumberFormat(op)
case "replaceAttrViewBlock":
ret = tx.doReplaceAttrViewBlock(op)
}
if nil != ret {