diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index 66f35ea83..7e40f62af 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -687,6 +687,10 @@ var EmojiPager = GObject.registerClass({ this._swipeTracker = swipeTracker; this.connect('destroy', () => this._onDestroy()); + + this.bind_property( + 'visible', this._swipeTracker, 'enabled', + GObject.BindingFlags.DEFAULT); } _onDestroy() {