Skip to content

Commit 8e3a691

Browse files
committed
tweak menu
1 parent 450a94d commit 8e3a691

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/aria/menu/menu.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ export class Menu<V> {
183183
/** Whether the menu or any of its child elements are currently focused. */
184184
readonly isFocused = computed(() => this._pattern.isFocused());
185185

186-
/** Whether the menu has received focus. */
187-
readonly hasBeenFocused = computed(() => this._pattern.hasBeenFocused());
188-
189186
/** Whether the menu is visible. */
190187
readonly isVisible = computed(() => this._pattern.isVisible());
191188

@@ -309,9 +306,6 @@ export class MenuBar<V> {
309306
/** Whether the menubar or any of its child elements are currently focused. */
310307
readonly isFocused = computed(() => this._pattern.isFocused());
311308

312-
/** Whether the menu has received focus. */
313-
readonly hasBeenFocused = computed(() => this._pattern.hasBeenFocused());
314-
315309
/** The menu ui pattern instance. */
316310
readonly _pattern: MenuBarPattern<V>;
317311

0 commit comments

Comments
 (0)