We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e957d7d commit 8447e06Copy full SHA for 8447e06
live-view/live-view.js
@@ -620,7 +620,7 @@ if (isMobile) {
620
// replace URL in window address bar
621
liveViewWindow.addEventListener('DOMContentLoaded', () => {
622
623
- liveViewWindow.window.history.replaceState({}, 'Codeit', window.location.origin + '/full/run');
+ liveViewWindow.window.history.pushState({}, 'Codeit', window.location.origin + '/full/run');
624
625
});
626
0 commit comments