diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 4bc662ea9..9c09a84c9 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1495,7 +1495,7 @@ class AppViewItem extends St.Button { } } - _onHover() { + _updateMultiline() { if (!this.icon.label) return; @@ -1524,6 +1524,10 @@ class AppViewItem extends St.Button { }); } + _onHover() { + this._updateMultiline(); + } + _onDragBegin() { this._dragging = true; this.scaleAndFade();