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
xterm.js calls attachCustomKeyEventHandler on both keydown and keyup,
but the handler didn't check event.type, so paste/copy/font-zoom ran
twice per keypress. Gate the side-effecting calls to keydown only.
Co-authored-by: simyo <simyo@Simyo-PC2>
0 commit comments