Fix comment typo

This commit is contained in:
Stephen Seo 2022-03-02 16:27:19 +09:00
parent 8838dbae69
commit 4c8e330c05
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ impl Component for Wrapper {
.expect("should be able to limit items in info_text");
}
// scroll to bottom only if at bottom
// scroll to top only if at top
// DEBUG
//log::info!("at_top is {}", if at_top { "true" } else { "false" });