allow inserCompositionText event as well for emoji inserts on windows
This commit is contained in:
parent
e496cf84bc
commit
9aa1130c35
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const validEvents = [
|
|||
"insertText",
|
||||
"insertFromPaste",
|
||||
"insertLineBreak",
|
||||
"insertCompositionText",
|
||||
"deleteContentBackward",
|
||||
"deleteContentForward",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue