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