xP: don't interrupt IME composition
On Vivaldi/macOS, pressing Enter would send the input and still keep editing it as it was.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user