qml: remove attempt to unfocus by clicking dialog background
Doesn't really work as it triggers on events above the background it is defined on :(
This commit is contained in:
@@ -100,11 +100,4 @@ Dialog {
|
||||
}
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
id: bg
|
||||
color: Material.dialogColor
|
||||
TapHandler {
|
||||
onTapped: bg.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user