mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-15 15:28:37 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d76432028e
@ -45,7 +45,7 @@ import (
|
||||
)
|
||||
|
||||
func (tx *Transaction) doSetAttrViewCardAspectRatio(operation *Operation) (ret *TxErr) {
|
||||
err := setAttrViewCardSize(operation)
|
||||
err := setAttrViewCardAspectRatio(operation)
|
||||
if err != nil {
|
||||
return &TxErr{code: TxErrWriteAttributeView, id: operation.AvID, msg: err.Error()}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user