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 1ad89ea commit 5a1ff00Copy full SHA for 5a1ff00
live-view/live-view.js
@@ -617,19 +617,6 @@ if (isMobile) {
617
// create a new window with live view URL
618
const liveViewWindow = window.open(liveViewURL, '_blank');
619
620
- // replace URL in window address bar
621
- liveViewWindow.addEventListener('DOMContentLoaded', () => {
622
-
623
- liveViewWindow.window.history.pushState({url: liveViewURL}, 'Codeit', window.location.origin + '/full/run');
624
625
- });
626
627
- liveViewWindow.addEventListener('beforeunload', () => {
628
629
- liveViewWindow.window.location.href = liveViewWindow.window.history.state.url;
630
631
632
633
634
// close inline live view
635
0 commit comments