diff --git a/TODO.md b/TODO.md index 178dfc19..d090684a 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,6 @@ - buttons - keyboard controls - prevent drag-scrolling timeline when image opened - - right click in dark space of image viewer - clipboard preview doesn't update when copied image changes until second time - Avatar tooltip can get displayed in front of presence menu diff --git a/src/gui/Popups/ImageViewerPopup.qml b/src/gui/Popups/ImageViewerPopup.qml index f95d8af6..ab2d01bf 100644 --- a/src/gui/Popups/ImageViewerPopup.qml +++ b/src/gui/Popups/ImageViewerPopup.qml @@ -58,6 +58,7 @@ HPopup { ScrollBar.vertical: null TapHandler { + acceptedButtons: Qt.LeftButton | Qt.RightButton onTapped: popup.close() gesturePolicy: TapHandler.ReleaseWithinBounds }