From aa25da4cf2c64fa1e4adcc0d2f101b5d3f432a6b Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sat, 23 Dec 2023 22:17:53 +0800 Subject: [PATCH] :art: Creating a dailynote existed no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959 --- kernel/api/filetree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/api/filetree.go b/kernel/api/filetree.go index 2d7371e5e..ef6efc83d 100644 --- a/kernel/api/filetree.go +++ b/kernel/api/filetree.go @@ -474,7 +474,7 @@ func createDailyNote(c *gin.Context) { if !existed { // 只有创建的情况才推送,已经存在的情况不推送 - // Creating a dailynote no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959 + // Creating a dailynote existed no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959 appArg := arg["app"] app := "" if nil != appArg {