Skip to content

Instantly share code, notes, and snippets.

@c0depanda
Last active January 18, 2018 22:58
Show Gist options
  • Save c0depanda/b55df34ad920db0a143faca36ad66484 to your computer and use it in GitHub Desktop.
Save c0depanda/b55df34ad920db0a143faca36ad66484 to your computer and use it in GitHub Desktop.
let cancel = (e) => {
// Check if timer has a value or not
if (pressTimer !== null) {
clearTimeout(pressTimer)
pressTimer = null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment