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
When I call term.reset() it seems to leave all the content rendered in the HTML, and new writes happen inside the old content, like intersecting text.
I tried manually clearing the HTML content after calling reset() and then the new terminal writes would not display at all.
Workaround: Completely re-create the hypernal instance. However I didn't see a destroy() method, should I be concerned about memory leaks? I have to clear (now re-instantiate) frequently.
The text was updated successfully, but these errors were encountered:
When I call term.reset() it seems to leave all the content rendered in the HTML, and new writes happen inside the old content, like intersecting text.
I tried manually clearing the HTML content after calling reset() and then the new terminal writes would not display at all.
Workaround: Completely re-create the
hypernal
instance. However I didn't see adestroy()
method, should I be concerned about memory leaks? I have to clear (now re-instantiate) frequently.The text was updated successfully, but these errors were encountered: