mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +00:00
Fix no focus on first item when switching mode (#7421)
This commit is contained in:
parent
e553f35a68
commit
611202c905
@ -245,6 +245,7 @@ export class QuickBar extends LitElement {
|
||||
|
||||
if (oldCommandMode !== this._commandMode) {
|
||||
this._items = undefined;
|
||||
this._focusSet = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user