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…
Reference in New Issue