File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments