mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Disable resizing for now
This commit is contained in:
parent
da5db5f40b
commit
600ceed1f2
1 changed files with 6 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue