♻️ menu

This commit is contained in:
Vanessa 2023-10-04 20:11:33 +08:00
parent 828eeee4be
commit 82f9b9c60c
16 changed files with 28 additions and 22 deletions

View file

@ -45,7 +45,7 @@ export class Menu {
if (this.isOpen) {
return;
}
this.menu.popup(options, options.isLeft);
this.menu.popup(options);
}
fullscreen(position: "bottom" | "all" = "all") {