diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index c71d7f64e..1ce114e6d 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1265,6 +1265,7 @@ const SummaryItem = new Lang.Class({ y_fill: true, reactive: true, button_mask: St.ButtonMask.ONE | St.ButtonMask.TWO | St.ButtonMask.THREE, + can_focus: true, track_hover: true }); this._sourceBox = new St.BoxLayout({ style_class: 'summary-source' });