ソースを参照

: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});
     }