We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdb549 commit 800dd13Copy full SHA for 800dd13
src/aria/menu/menu.ts
@@ -84,11 +84,6 @@ export class MenuTrigger<V> {
84
effect(() => this.menu()?.parent.set(this));
85
}
86
87
- /** Marks the menu trigger as having been focused. */
88
- onFocusIn() {
89
- this.hasBeenFocused.set(true);
90
- }
91
-
92
/** Opens the menu focusing on the first menu item. */
93
open() {
94
this._pattern.open({first: true});
@@ -402,11 +397,6 @@ export class MenuItem<V> {
402
397
effect(() => this.submenu()?.parent.set(this));
403
398
404
399
405
- /** Marks the menu item as having been focused. */
406
407
408
409
410
400
/** Opens the submenu focusing on the first menu item. */
411
401
412
0 commit comments