From 600ceed1f2885250cd7b39b6ff498f2f5a00ae03 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 5 Oct 2018 21:23:22 -0700 Subject: [PATCH] Disable resizing for now --- js/webampLazy.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/webampLazy.js b/js/webampLazy.js index 3f2d177c..655c51fa 100644 --- a/js/webampLazy.js +++ b/js/webampLazy.js @@ -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) {