mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Automatic refresh of document tree information https://github.com/siyuan-note/siyuan/issues/11043
This commit is contained in:
parent
18c41e000d
commit
63ae805106
3 changed files with 34 additions and 5 deletions
|
@ -91,7 +91,7 @@ func containTask(task *Task, tasks []*Task) bool {
|
|||
}
|
||||
|
||||
for i, arg := range t.Args {
|
||||
if arg != task.Args[i] {
|
||||
if !reflect.DeepEqual(arg, task.Args[i]) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue