Merge branch 'master' into bring_back_animation

This commit is contained in:
schlagmichdoch 2025-02-17 11:00:32 +01:00
commit 3240921207
8 changed files with 57 additions and 39 deletions

View file

@ -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