🎨 Creating a dailynote no longer switches between multiple windows https://github.com/siyuan-note/siyuan/issues/9669

This commit is contained in:
Daniel 2023-11-17 12:06:31 +08:00
parent 363466025e
commit 7f4b7a4844
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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) {