allow inserCompositionText event as well for emoji inserts on windows
This commit is contained in:
parent
e496cf84bc
commit
9aa1130c35
@ -3,6 +3,7 @@ const validEvents = [
|
||||
"insertText",
|
||||
"insertFromPaste",
|
||||
"insertLineBreak",
|
||||
"insertCompositionText",
|
||||
"deleteContentBackward",
|
||||
"deleteContentForward",
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user