mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ee6c493fb0
2 changed files with 2 additions and 2 deletions
|
|
@ -298,7 +298,7 @@
|
|||
"defBlockChildren": "Define block and its children",
|
||||
"filter": "Filter",
|
||||
"headings1": "Headings and Bottom Blocks",
|
||||
"tWithSubtitle": "Transformation with subtitles",
|
||||
"tWithSubtitle": "Transformation with sub-headings",
|
||||
"clear": "Clear",
|
||||
"autoDownloadUpdatePkg": "Automatically download update installation package",
|
||||
"autoDownloadUpdatePkgTip": "After enabling, it will automatically check the version update every two hours. If there is an updated version, it will automatically download the installation package and prompt for installation",
|
||||
|
|
|
|||
|
|
@ -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