Skip to content

Commit

Permalink
Update classicSwitcher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trumenov authored Oct 4, 2024
1 parent 520b4db commit bb666de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ui/appSwitcher/classicSwitcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ SwitcherList.prototype = {
},

_onItemClicked: function (index) {
this._itemEntered(index);
this._itemActivated(index);
},

Expand Down

0 comments on commit bb666de

Please sign in to comment.