diff --git a/app/qml/components/MMSingleClickMouseArea.qml b/app/qml/components/MMSingleClickMouseArea.qml index bde54cff94..c9aa5ba124 100644 --- a/app/qml/components/MMSingleClickMouseArea.qml +++ b/app/qml/components/MMSingleClickMouseArea.qml @@ -12,6 +12,7 @@ import QtQuick /** * MMSingleClickMouseArea enhances MouseArea by preventing multiple clicks within a * specified time frame, ensuring consistent behavior and avoiding unintended actions + * Similar to MouseArea, but it should be used with onSingleClicked signal handling instead of onClicked */ MouseArea {