term.js
term.js copied to clipboard
Event handlers continue to block events even after .destroy()
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.
Thanks for sharing your temp fix! Works great.