When typing with an IME keyboard, after selecting an item from the suggestion list and inserting a node into the contenteditable (I use embeddedItem), subsequent input continues to trigger two input events, resulting in duplicate characters.
something like this:
@abc @@ ( I only input 1 @ after being inserted, but it shows 2 because the event input triggers twice)
When typing with an IME keyboard, after selecting an item from the suggestion list and inserting a node into the contenteditable (I use embeddedItem), subsequent input continues to trigger two input events, resulting in duplicate characters.
something like this:
@abc @@ ( I only input 1 @ after being inserted, but it shows 2 because the event input triggers twice)