Fix crash when removing sensor with name textfield selected
This commit is contained in:
parent
c6ecc4a1d4
commit
4ccb9b3563
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ Item{
|
||||||
MouseArea{
|
MouseArea{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
main.focus = true
|
||||||
confirmDeletion.visible = true;
|
confirmDeletion.visible = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue