From 1f130f7a81e995d8a7a5642fac53d038e84ec12b Mon Sep 17 00:00:00 2001 From: VitorVieiraZ Date: Mon, 10 Jun 2024 14:11:48 -0300 Subject: [PATCH] glitch treatment --- app/qml/form/components/photo/MMPhotoPreview.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/qml/form/components/photo/MMPhotoPreview.qml b/app/qml/form/components/photo/MMPhotoPreview.qml index 8c672ed83..e3c350bc4 100644 --- a/app/qml/form/components/photo/MMPhotoPreview.qml +++ b/app/qml/form/components/photo/MMPhotoPreview.qml @@ -72,8 +72,6 @@ Popup { pinch.minimumScale: 0.5 pinch.maximumScale: 10 } - - DragHandler { } } }