We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0af40d + d9a4e5f commit 19e6f88Copy full SHA for 19e6f88
topbar.js
@@ -790,7 +790,7 @@ export const WorkspaceMenu = GObject.registerClass(
790
791
let type = event.type();
792
793
- if (type === Clutter.EventType.TOUCH_END ||
+ if (type === Clutter.EventType.TOUCH_BEGIN ||
794
type === Clutter.EventType.BUTTON_RELEASE) {
795
if (Navigator.navigating) {
796
Navigator.getNavigator().finish();
0 commit comments