mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🎨 Creating a dailynote existed no longer expands the doc tree https://github.com/siyuan-note/siyuan/issues/9959
This commit is contained in:
parent
6adc275cc8
commit
aa25da4cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ func createDailyNote(c *gin.Context) {
|
||||||
|
|
||||||
if !existed {
|
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"]
|
appArg := arg["app"]
|
||||||
app := ""
|
app := ""
|
||||||
if nil != appArg {
|
if nil != appArg {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue