Skip to content

Commit

Permalink
fix unsignificative events interpreted as previous event repetition
Browse files Browse the repository at this point in the history
Fix #111
  • Loading branch information
Canop committed Jan 10, 2020
1 parent d9b5f4e commit 9098ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### master
- backspace was previously bind to back if not consumed by input. This is removed
- fix unsignificative events interpreted as previous event repetition

<a name="v0.11.5"></a>
### v0.11.5 - 2020-01-10
Expand Down
1 change: 1 addition & 0 deletions src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ impl Command {
state: &Box<dyn AppState>,
) {
debug!("add_event {:?}", event);
self.action = Action::Unparsed;
match event {
Event::Click(x, y) => {
if !input_field.apply_event(&event) {
Expand Down

0 comments on commit 9098ad3

Please sign in to comment.