mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🐛 Importing Markdown failed https://github.com/siyuan-note/siyuan/issues/16451
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
b0d950efd4
commit
141653cf13
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