Skip to content

Commit

Permalink
fix: fixed bottom left keypad indicator not disappearing after 1 seco…
Browse files Browse the repository at this point in the history
…nd on desktop
  • Loading branch information
Endebert committed Jul 6, 2018
1 parent 81824ae commit 4b25739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ export default {
}
this.showKeypadTimeout = setTimeout(() => {
console.log("clearing showKeypadTimeout MOVE", this.showKeypadTimeout);
// this.showKeypadTimeout = undefined;
this.showKeypadTimeout = undefined;
}, 1000);
},
/**
Expand Down

0 comments on commit 4b25739

Please sign in to comment.