Skip to content

Commit

Permalink
Fix navigation history update on the query graph changes on `discover…
Browse files Browse the repository at this point in the history
…y` page
  • Loading branch information
lahmatiy committed Nov 12, 2024
1 parent 7d8b1c9 commit 7098126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added styles for `<kbd>` in `markdown` view
- Improved string rendering in the values popup of `signature` view
- Fixed optional values statistics in `signature` view
- Fixed navigation history update on the query graph changes on `discovery` page

## 1.0.0-beta.89 (04-11-2024)

Expand Down
2 changes: 1 addition & 1 deletion src/pages/discovery/editor-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default function(host, updateHostParams) {
}
});

function updateParams(delta, autofocus = true, replace = true) {
function updateParams(delta, autofocus = true, replace = false) {
updateHostParams(delta, replace);

if (autofocus) {
Expand Down

0 comments on commit 7098126

Please sign in to comment.