🎨 文档树支持 Ctrl+Click
和 Shift+↑/↓
进行多选 https://github.com/siyuan-note/siyuan/issues/1359
This commit is contained in:
parent
53cc487025
commit
d180b6eb4e
1 changed files with 1 additions and 4 deletions
|
@ -1188,6 +1188,7 @@ func RemoveDoc(boxID, p string) (err error) {
|
|||
|
||||
func RemoveDocs(paths []string) (err error) {
|
||||
util.PushEndlessProgress(Conf.Language(116))
|
||||
defer util.PushClearProgress()
|
||||
|
||||
paths = util.FilterSelfChildDocs(paths)
|
||||
pathsBoxes := getBoxesByPaths(paths)
|
||||
|
@ -1198,10 +1199,6 @@ func RemoveDocs(paths []string) (err error) {
|
|||
return
|
||||
}
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(Conf.Language(113))
|
||||
sql.WaitForWritingDatabase()
|
||||
util.ReloadUI()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue