Fixing bugs.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2025-01-06 16:23:06 +01:00
parent fdcc8105ba
commit 6025742e86
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 132 additions and 69 deletions

View file

@ -111,6 +111,8 @@ Popup {
model.append({ 'chr': chr })
}
}
Keys.onEscapePressed: parent.close()
}
function setFocus() {
@ -118,5 +120,4 @@ Popup {
insertGrid.forceActiveFocus()
}
Keys.onEscapePressed: close()
}