Fixing Expression and text not saving changes when having used the input character popup.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2022-10-19 17:37:38 +02:00
parent e98be96b0d
commit 218c55b491
Signed by: Ad5001
GPG key ID: 7251B1AF90B960F9
2 changed files with 2 additions and 0 deletions

View file

@ -211,6 +211,7 @@ Item {
onSelected: function(c) {
editor.insert(editor.cursorPosition, c)
insertPopup.close()
focus = false
editor.focus = true
}
}

View file

@ -155,6 +155,7 @@ Item {
onSelected: function(c) {
input.insert(input.cursorPosition, c)
insertPopup.close()
focus = false
input.focus = true
}
}