Skip to content

Commit 44262e3

Browse files
committed
hard reload targets just this window
1 parent 066e571 commit 44262e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/src/components/core/Reloader.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Reloader extends React.Component {
148148
// Assets file have changed
149149
// or a component lib has been added/removed -
150150
// Must do a hard reload
151-
window.top.location.reload();
151+
window.location.reload();
152152
}
153153
} else {
154154
// Backend code changed - can do a soft reload in place

0 commit comments

Comments
 (0)