浏览代码

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

tags/v0.1.0
Fen Dweller 5 年前
父节点
当前提交
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 => {


正在加载...
取消
保存