We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcdbbe commit 245ae4dCopy full SHA for 245ae4d
static/main.js
@@ -296,7 +296,7 @@ require("monaco-loader")().then(function () {
296
if (storedPaths[config]) {
297
window.history.replaceState(null, null, storedPaths[config]);
298
} else if (window.location.pathname !== window.httpRoot) {
299
- window.history.pushState(null, null, window.httpRoot);
+ window.history.replaceState(null, null, window.httpRoot);
300
}
301
lastState = config;
302
0 commit comments