xP: don't interrupt IME composition
Alpine 3.20 Success Details
Arch Linux AUR Success Details
OpenBSD 7.5 Success Details

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
1 changed files with 1 additions and 1 deletions

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