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 8460ef6 commit 815a27cCopy full SHA for 815a27c
reload.js
@@ -29,7 +29,7 @@
29
if (!isActive) return;
30
const currentUrl = window.location.protocol + '//' + window.location.host + window.location.pathname;
31
if (msg.data == 'reload' || msg.data == 'refreshcss') {
32
- if (data.proxySetup === false || (data.proxySetup === true && currentUrl.startsWith(data.actualUrl))) {
+ if (data.proxySetup === true || (data.proxySetup === false && currentUrl.startsWith(data.actualUrl))) {
33
window.location.reload();
34
}
35
0 commit comments