Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Sep 28, 2023
2 parents 0184fb5 + ac75251 commit ee6c493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/appearance/langs/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion kernel/model/attribute_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
}
}

Expand Down

0 comments on commit ee6c493

Please sign in to comment.