xP: don't interrupt IME composition
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success

On Vivaldi/macOS, pressing Enter would send the input and still keep
editing it as it was.
This commit is contained in:
Přemysl Eric Janouch 2024-07-04 19:16:48 +02:00
parent a9b46141a9
commit 175533a5e9
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -997,7 +997,7 @@ let Input = {
rpc.send({command: 'Active'})
let b = buffers.get(bufferCurrent)
if (b === undefined)
if (b === undefined || event.isComposing)
return
let textarea = event.currentTarget