Ondřej Hruška 7 years ago
parent ab5a3cfec3
commit f080dcc55f
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      js/term/soft_keyboard.js

@ -48,6 +48,7 @@ module.exports = function (screen, input) {
// sends the difference between the last and the new composition string
let sendInputDelta = function (newValue) {
if (newValue === null) newValue = '' // this sometimes happens, why?
let resend = false
if (newValue.length > lastCompositionString.length) {
if (newValue.startsWith(lastCompositionString)) {

Loading…
Cancel
Save