mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
7ecde05c20
1 changed files with 4 additions and 0 deletions
|
|
@ -2181,6 +2181,10 @@ func (box *Box) setSort(sortIDVals map[string]int) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func pushFiletreeSortChanged(sortIDs map[string]int) {
|
func pushFiletreeSortChanged(sortIDs map[string]int) {
|
||||||
|
if 1 > len(sortIDs) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
var childIDs []string
|
var childIDs []string
|
||||||
for sortID := range sortIDs {
|
for sortID := range sortIDs {
|
||||||
childIDs = append(childIDs, sortID)
|
childIDs = append(childIDs, sortID)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue