🎨 Creating a dailynote no longer switches between multiple windows https://github.com/siyuan-note/siyuan/issues/9669
This commit is contained in:
parent
363466025e
commit
7f4b7a4844
1 changed files with 4 additions and 0 deletions
|
@ -490,6 +490,10 @@ func createDailyNote(c *gin.Context) {
|
|||
}
|
||||
evt.Callback = arg["callback"]
|
||||
util.PushEvent(evt)
|
||||
|
||||
ret.Data = map[string]interface{}{
|
||||
"id": tree.Root.ID,
|
||||
}
|
||||
}
|
||||
|
||||
func createDocWithMd(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue