Skip to content

Commit 4d0976c

Browse files
committed
Fix wrong action being triggered when using action bar with keyboard
Fix microsoft#100083
1 parent 2e9edc3 commit 4d0976c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/browser/ui/actionbar/actionbar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ export class ActionBar extends Disposable implements IActionRunner {
697697

698698
clear(): void {
699699
this.viewItems = dispose(this.viewItems);
700+
this.viewItems = [];
700701
DOM.clearNode(this.actionsList);
701702
}
702703

0 commit comments

Comments
 (0)