mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
🎨 Improve insert database row sorting
This commit is contained in:
parent
0971544eeb
commit
ac752516a1
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ func addAttributeViewBlock(blockID string, operation *Operation, tree *parse.Tre
|
|||
}
|
||||
}
|
||||
} else {
|
||||
view.Table.RowIDs = append(view.Table.RowIDs, blockID)
|
||||
view.Table.RowIDs = append([]string{blockID}, view.Table.RowIDs...)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue