This commit is contained in:
Vanessa 2023-12-02 20:42:18 +08:00
parent 6d72ce0e18
commit 14b22d6bf8
8 changed files with 155 additions and 125 deletions

View file

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