From 0c11248b46aaeec1155a02a177769e24495dd320 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 8 Apr 2022 09:12:24 -0400 Subject: [PATCH] remove old comment --- src/widgets.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets.rs b/src/widgets.rs index a184668..a1cbb3b 100644 --- a/src/widgets.rs +++ b/src/widgets.rs @@ -124,7 +124,6 @@ impl<'a> AutoComplete<'a> { self.interact_back(&mut new_string, &movement); - // TODO: fix clicking on labels (no clue why it doesn't work, time to take a walk) if movement != Movement::Complete && let HintEnum::Many(hints) = self.hint { // Doesn't need to have a number in id as there should only be 1 autocomplete popup in the entire gui let mut clicked = false;