Fix reference error
This commit is contained in:
parent
4fcf00b9eb
commit
cf9bae7950
@ -339,7 +339,7 @@ Item {
|
||||
opacity: 0.5
|
||||
}
|
||||
onActiveFocusChanged: {
|
||||
if (!textField.activeFocus) {
|
||||
if (!textEdit.activeFocus) {
|
||||
textInput.closeSoftwareInputPanel()
|
||||
}
|
||||
}
|
||||
@ -371,4 +371,4 @@ Item {
|
||||
orientation: Qt.Vertical
|
||||
stepSize: textEdit.font.pixelSize
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user