Fix reference error and hiding SIP from TextArea
This commit is contained in:
parent
d5fa33336c
commit
af7ec4df34
@ -340,7 +340,7 @@ Item {
|
|||||||
}
|
}
|
||||||
onActiveFocusChanged: {
|
onActiveFocusChanged: {
|
||||||
if (!textEdit.activeFocus) {
|
if (!textEdit.activeFocus) {
|
||||||
textInput.closeSoftwareInputPanel()
|
textEdit.closeSoftwareInputPanel()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user