소스 검색

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

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
eb56e76d48
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      macrovision.js

+ 3
- 0
macrovision.js 파일 보기

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


불러오는 중...
취소
저장