Skip to content

Commit

Permalink
qml: remove attempt to unfocus by clicking dialog background
Browse files Browse the repository at this point in the history
Doesn't really work as it triggers on events above the background it is defined on :(
  • Loading branch information
accumulator committed Nov 8, 2023
1 parent 8798a45 commit 047cc6f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions electrum/gui/qml/components/controls/ElDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,4 @@ Dialog {
}
}

background: Rectangle {
id: bg
color: Material.dialogColor
TapHandler {
onTapped: bg.forceActiveFocus()
}
}
}

0 comments on commit 047cc6f

Please sign in to comment.