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
If we don’t call our print function before we call execute!(LeaveAlternateScreen), our prints will be rendered on an old screen and lost when we leave the alternate screen.
I think it's the word "don't" that was the problem
If we call our print function before we call execute!(LeaveAlternateScreen), our prints will be rendered on an old screen and lost when we leave the alternate screen.
https://ratatui.rs/tutorials/json-editor/main/
I'm guessing "before" was written by mistake instead of "after"
Code from the same page:
The text was updated successfully, but these errors were encountered: