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",
|
"insertText",
|
||||||
"insertFromPaste",
|
"insertFromPaste",
|
||||||
"insertLineBreak",
|
"insertLineBreak",
|
||||||
|
"insertCompositionText",
|
||||||
"deleteContentBackward",
|
"deleteContentBackward",
|
||||||
"deleteContentForward",
|
"deleteContentForward",
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user