mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 08:56:36 +02:00
fixing keyboard not being dismissing when backout of the login screen
This commit is contained in:
parent
4d6a3b389a
commit
4388763c34
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ TabletModalWindow {
|
|||
|
||||
Component.onDestruction: {
|
||||
loginKeyboard.raised = false;
|
||||
KeyboardScriptingInterface.raised = false;
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
|
Loading…
Reference in a new issue