1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-27 14:09:19 +00:00

Fix no focus on first item when switching mode (#7421)

This commit is contained in:
Bram Kragten
2020-10-21 18:50:08 +02:00
committed by GitHub
parent e553f35a68
commit 611202c905

View File

@@ -245,6 +245,7 @@ export class QuickBar extends LitElement {
if (oldCommandMode !== this._commandMode) {
this._items = undefined;
this._focusSet = false;
}
}