Remove redundant TapHandlers

This commit is contained in:
Tobias Fella
2025-09-01 23:09:18 +02:00
parent e7b204b9fd
commit 53cd230d16

View File

@@ -69,14 +69,6 @@ ColumnLayout {
map.open(); map.open();
} }
} }
TapHandler {
acceptedDevices: PointerDevice.TouchScreen
onLongPressed: openMessageContext("")
}
TapHandler {
acceptedButtons: Qt.RightButton
onTapped: openMessageContext("")
}
Connections { Connections {
target: mapView.map target: mapView.map
function onCopyrightLinkActivated(link: string) { function onCopyrightLinkActivated(link: string) {