term.js icon indicating copy to clipboard operation
term.js copied to clipboard

Event handlers continue to block events even after .destroy()

Open kvanbere opened this issue 10 years ago • 1 comments

Event handlers continue to block events even after .destroy()

I have temporarily solved this in my code base by calling .blur() before calling .destroy(), causing the terminal to never regain focus and effectively nullify the events.

kvanbere avatar Sep 14 '15 00:09 kvanbere

Thanks for sharing your temp fix! Works great.

foot avatar Apr 11 '16 07:04 foot