mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
don't steal chat input focus
when a new banner suddenly pops out in the middle of typing some chat text
This commit is contained in:
parent
05b28e6f6c
commit
01e96318e9
@ -149,6 +149,7 @@ Item {
|
||||
Button {
|
||||
id: button
|
||||
visible: text != ""
|
||||
focusPolicy: Qt.NoFocus
|
||||
padding: 5
|
||||
onClicked: {
|
||||
root.clicked()
|
||||
|
Loading…
x
Reference in New Issue
Block a user