Disable resizing for now

This commit is contained in:
Jordan Eldredge 2018-10-05 21:23:22 -07:00
parent da5db5f40b
commit 600ceed1f2

View file

@ -120,7 +120,13 @@ class Winamp {
this.store.dispatch(Actions.browserWindowSizeChanged());
window.addEventListener("resize", () => {
this.store.dispatch(Actions.browserWindowSizeChanged());
/*
Disable this for now, since we can't figure out how to safely measure
the natural size of the window when one or more of the Webamp windows
extend outside of it.
this.store.dispatch(Actions.ensureWindowsAreOnScreen());
*/
});
if (initialSkin) {