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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: