Procházet zdrojové kódy

Recalculuate the canvas size a few times in case icons load in late and reshape the menubar

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
eb56e76d48
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      macrovision.js

+ 3
- 0
macrovision.js Zobrazit soubor

@@ -1780,6 +1780,9 @@ document.addEventListener("DOMContentLoaded", () => {
// maybe the menu bar is animating when it shouldn't)

setTimeout(handleResize, 250);
setTimeout(handleResize, 500);
setTimeout(handleResize, 750);
setTimeout(handleResize, 1000);


document.querySelector("#menu-permalink").addEventListener("click", e => {


Načítá se…
Zrušit
Uložit