Fix cursor change when hover over elements

This commit is contained in:
Andrey Zaharow 2024-02-19 18:28:29 +01:00
parent ff5c51cfd9
commit ee11a8410c

View file

@ -84,6 +84,7 @@ Item {
id: emptyArea
anchors.fill: parent
enabled: root.isExpanded
visible: enabled
onClicked: {
root.close()
}