mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 07:12:15 +00:00
Merge branch 'master' into bring_back_animation
This commit is contained in:
@@ -420,7 +420,6 @@ class BackgroundCanvas {
|
||||
w = clientWidth;
|
||||
h = clientHeight;
|
||||
offset = footerOffsetHeight - 28;
|
||||
if (h > 800) offset += 11;
|
||||
|
||||
if (oldW === w && oldH === h && oldOffset === offset) return; // nothing has changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user