Skip to content

Commit

Permalink
SEE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Aug 27, 2023
1 parent 8f0ec96 commit 90ceb02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clafrica/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub fn run(
}
EventType::KeyRelease(E_Key::Space) if is_special_pressed => {
if let Some(predicate) = frontend.get_selected_predicate() {
is_special_pressed = false;
processor.commit(&predicate.0, &predicate.1, &predicate.2);
}
}
Expand Down

0 comments on commit 90ceb02

Please sign in to comment.