🎨 Support hiding database table view title https://github.com/siyuan-note/siyuan/issues/10478

This commit is contained in:
Daniel 2024-03-01 20:38:53 +08:00
parent ec46cbfce7
commit 7dcdcfb0d3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 33 additions and 3 deletions

View file

@ -277,6 +277,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doUpdateAttrViewColRelation(op)
case "updateAttrViewColRollup":
ret = tx.doUpdateAttrViewColRollup(op)
case "hideAttrViewName":
ret = tx.doHideAttrViewName(op)
}
if nil != ret {