Remove TapHandler for CodeMaximizeComponent

This specific TapHandler proves to be a bit trigger-happy; when trying to copy
text, select or de-select text, or generally do more than stare at it without
touching your mouse, it is too easy to minimize the fullscreen component. This
fixes the issue entirely; when tapping on the message in the timeline, it
still shows a maximized message. This only applies to the maximized message.
This commit is contained in:
Simon Quigley
2025-02-17 00:31:54 -06:00
committed by Tobias Fella
parent 854aa34e52
commit 2ca744c960

View File

@@ -139,10 +139,6 @@ Components.AbstractMaximizeComponent {
leftMargin: lineNumberColumn.width + lineNumberColumn.anchors.leftMargin + Kirigami.Units.smallSpacing
}
}
TapHandler {
acceptedButtons: Qt.LeftButton
onTapped: root.close()
}
background: null
}