mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
feat(StatusBaseInput): disabled mouse area when input is disabled
Needed for: https://github.com/status-im/status-desktop/issues/4918
This commit is contained in:
parent
13b41cbd00
commit
e683793021
@ -308,8 +308,9 @@ Item {
|
||||
|
||||
MouseArea {
|
||||
id: sensor
|
||||
hoverEnabled: true
|
||||
anchors.fill: parent
|
||||
enabled: edit.enabled
|
||||
hoverEnabled: enabled
|
||||
cursorShape: Qt.IBeamCursor
|
||||
onClicked: {
|
||||
if (edit.activeFocus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user