altTab: Remove override of _itemEnteredHandler()
This override function is identical to the original function, so remove it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>
This commit is contained in:
parent
d8a38672f1
commit
98e270e698
@ -242,10 +242,6 @@ class AppSwitcherPopup extends SwitcherPopup.SwitcherPopup {
|
|||||||
this._select(n);
|
this._select(n);
|
||||||
}
|
}
|
||||||
|
|
||||||
_itemEnteredHandler(n) {
|
|
||||||
this._select(n);
|
|
||||||
}
|
|
||||||
|
|
||||||
_windowActivated(thumbnailSwitcher, n) {
|
_windowActivated(thumbnailSwitcher, n) {
|
||||||
let appIcon = this._items[this._selectedIndex];
|
let appIcon = this._items[this._selectedIndex];
|
||||||
Main.activateWindow(appIcon.cachedWindows[n]);
|
Main.activateWindow(appIcon.cachedWindows[n]);
|
||||||
|
Loading…
Reference in New Issue
Block a user