Skip to content

Commit

Permalink
Merge branch 'master' into angular-custom-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv authored Jan 30, 2018
2 parents 0609f0a + 4208dd1 commit 16003b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/client/preview/syncUrlWithStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default function syncUrlToStore(reduxStore) {
selectedKind,
selectedStory,
});
window.history.pushState({}, '', `?${queryString}`);
window.history.replaceState({}, '', `?${queryString}`);
});
}

0 comments on commit 16003b2

Please sign in to comment.