This commit is contained in:
Simon Gardling
2022-04-06 10:24:32 -04:00
parent 0f035ad22c
commit 2025528682
3 changed files with 26 additions and 34 deletions

View File

@@ -114,8 +114,8 @@ impl AutoComplete {
if clicked | apply_key {
new_string += hints[self.i];
// don't need this here as it simply won't be display next
// frame in `math_app.rs` ui.memory().close_popup();
// don't need this here as it simply won't be display next frame in `math_app.rs`
// ui.memory().close_popup();
true
} else {