diff --git a/js/ui/messageList.js b/js/ui/messageList.js index a5b6249c9..8ffdaebc1 100644 --- a/js/ui/messageList.js +++ b/js/ui/messageList.js @@ -677,12 +677,10 @@ var MessageListSection = GObject.registerClass({ mode: Clutter.AnimationMode.EASE_OUT_QUAD, onComplete: () => { listItem.destroy(); - global.sync_pointer(); }, }); } else { listItem.destroy(); - global.sync_pointer(); } }