Skip to content

Commit d5d67ed

Browse files
authored
alt-tab: On click, launch the clicked app, not the active one (#12430)
1 parent d46cb62 commit d5d67ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/ui/appSwitcher/classicSwitcher.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ SwitcherList.prototype = {
581581
},
582582

583583
_onItemClicked: function (index) {
584+
this._itemEntered(index);
584585
this._itemActivated(index);
585586
},
586587

0 commit comments

Comments
 (0)