mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40: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) {
|
||||
if 1 > len(sortIDs) {
|
||||
return
|
||||
}
|
||||
|
||||
var childIDs []string
|
||||
for sortID := range sortIDs {
|
||||
childIDs = append(childIDs, sortID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue