Vanessa 2023-12-23 23:50:04 +08:00
parent fb72af192e
commit 54ca2d6226
12 changed files with 112 additions and 65 deletions

View file

@ -41,7 +41,7 @@ export class Menu {
return this.menu.addSeparator(index);
}
open(options:IPosition) {
open(options: IPosition) {
if (this.isOpen) {
return;
}