mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 12:20:16 +01:00
🎨 后台任务按任务加入先后顺序去重执行 Fix https://github.com/siyuan-note/siyuan/issues/7270
This commit is contained in:
parent
9f491713ad
commit
8a7df8af78
6 changed files with 40 additions and 22 deletions
|
|
@ -1256,7 +1256,7 @@ func removeDoc(box *Box, p string) {
|
|||
}
|
||||
util.PushEvent(evt)
|
||||
|
||||
task.PrependTask(task.DatabaseIndex, removeDoc0, box, p, childrenDir)
|
||||
task.AppendTask(task.DatabaseIndex, removeDoc0, box, p, childrenDir)
|
||||
}
|
||||
|
||||
func removeDoc0(box *Box, p, childrenDir string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue