浏览代码

:rotating_light:

Vanessa 2 年之前
父节点
当前提交
2d190bf708
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/menus/Menu.ts

+ 1 - 1
app/src/menus/Menu.ts

@@ -129,7 +129,7 @@ export class Menu {
         if (position === "bottom" ) {
             this.element.querySelectorAll(".b3-menu__submenu").forEach((item:HTMLElement) => {
                 item.style.top = "calc(50vh + 48.5px)";
-            })
+            });
         }
         this.popup({x: 0, y: position === "bottom" ? window.innerHeight / 2 : 0});
     }