🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552

This commit is contained in:
Daniel 2024-06-10 16:25:57 +08:00
parent f1993e13e3
commit 68585e21e3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 69 additions and 19 deletions

View file

@ -298,6 +298,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewColDate(op)
case "unbindAttrViewBlock":
ret = tx.doUnbindAttrViewBlock(op)
case "duplicateAttrViewKey":
ret = tx.doDuplicateAttrViewKey(op)
}
if nil != ret {