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
Bug description A clear and concise description of what the bug is.
When you create a tui:
const tui = new Tui({
// style: colors.bgBlack, // Make background black
});
And then you draw something on the screen that uses Computed and try resizing the window, you will see that the old text/object is displayed in the previous position also.
Bug when you uncomment the above line (style) it works as expected.
Expected behavior What you expected to happen instead.
Old objects / artifacts should be removed.
Screenshots Screenshots to help explain your problem (optional).
The text was updated successfully, but these errors were encountered:
Bug description A clear and concise description of what the bug is.
When you create a tui:
And then you draw something on the screen that uses Computed and try resizing the window, you will see that the old text/object is displayed in the previous position also.
Bug when you uncomment the above line (style) it works as expected.
Expected behavior What you expected to happen instead.
Old objects / artifacts should be removed.
Screenshots Screenshots to help explain your problem (optional).
The text was updated successfully, but these errors were encountered: