mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
@@ -80,7 +80,9 @@ onceDocumentLoaded(() => {
|
||||
// history.go(0);
|
||||
|
||||
// This incorrectly adds entries to the history but does reload
|
||||
iframe.src = input.value;
|
||||
// It also always incorrectly always loads the value in the input bar,
|
||||
// which may not match the current page if the user has navigated
|
||||
navigateTo(input.value);
|
||||
});
|
||||
|
||||
navigateTo(settings.url);
|
||||
|
||||
Reference in New Issue
Block a user