Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 5, 2020 22:17
Show Gist options
  • Select an option

  • Save skflowne/c0ee0a7e2893178d7b3ad2183e6a34e4 to your computer and use it in GitHub Desktop.

Select an option

Save skflowne/c0ee0a7e2893178d7b3ad2183e6a34e4 to your computer and use it in GitHub Desktop.
onMount(() => {
console.log("addeventlistener")
addEventListener("keyup", () => {
console.log("pressed key")
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment