From 4c8e330c051e3e2cfb2affdf0d8a17115f2a7904 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 2 Mar 2022 16:27:19 +0900 Subject: [PATCH] Fix comment typo --- front_end/src/yew_components.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/src/yew_components.rs b/front_end/src/yew_components.rs index e0127d6..fcf0e2d 100644 --- a/front_end/src/yew_components.rs +++ b/front_end/src/yew_components.rs @@ -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" });