mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 07:46:17 -04:00
Merge branch 'master' into bring_back_animation
This commit is contained in:
commit
3240921207
8 changed files with 57 additions and 39 deletions
|
@ -55,7 +55,6 @@ function initCanvas(footerOffsetHeight, clientWidth, clientHeight) {
|
|||
w = clientWidth;
|
||||
h = clientHeight;
|
||||
offset = footerOffsetHeight - 28;
|
||||
if (h > 800) offset += 11;
|
||||
|
||||
if (oldW === w && oldH === h && oldOffset === offset) return; // nothing has changed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue