mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
⬆️ Upgrade database table view
This commit is contained in:
parent
44349c692b
commit
8daa98be52
1 changed files with 3 additions and 1 deletions
|
|
@ -1404,7 +1404,9 @@ func sortAttributeViewRow(operation *Operation) (err error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if "" == rowID {
|
if "" == rowID {
|
||||||
return
|
rowID = operation.ID
|
||||||
|
view.Table.RowIDs = append(view.Table.RowIDs, rowID)
|
||||||
|
index = len(view.Table.RowIDs) - 1
|
||||||
}
|
}
|
||||||
|
|
||||||
switch view.LayoutType {
|
switch view.LayoutType {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue