mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9b2f439675
1 changed files with 2 additions and 2 deletions
|
|
@ -696,7 +696,7 @@ func createDoc(c *gin.Context) {
|
|||
|
||||
model.FlushTxQueue()
|
||||
|
||||
pushCreateEvt := true
|
||||
pushCreateEvt := false
|
||||
pushCreateEvtArg := arg["pushCreateEvt"]
|
||||
if nil != pushCreateEvtArg {
|
||||
pushCreateEvt = pushCreateEvtArg.(bool)
|
||||
|
|
@ -838,7 +838,7 @@ func createDocWithMd(c *gin.Context) {
|
|||
|
||||
model.FlushTxQueue()
|
||||
|
||||
pushCreateEvt := true
|
||||
pushCreateEvt := false
|
||||
pushCreateEvtArg := arg["pushCreateEvt"]
|
||||
if nil != pushCreateEvtArg {
|
||||
pushCreateEvt = pushCreateEvtArg.(bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue