mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 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"]
|
evt.Callback = arg["callback"]
|
||||||
util.PushEvent(evt)
|
util.PushEvent(evt)
|
||||||
|
|
||||||
|
ret.Data = map[string]interface{}{
|
||||||
|
"id": tree.Root.ID,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func createDocWithMd(c *gin.Context) {
|
func createDocWithMd(c *gin.Context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue