You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix that pasting no longer goes through the type command on Firefox (microsoft#255912)
Fix that pasting goes through the `type` command on Firefox
When pasting on Firefox, I have observed that there is no `paste` event, but only an `input` event. I don't know why this would happen, but I found that the `inputType` property on `input` events can be used to determine insertions caused by pasting.
0 commit comments