Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created February 11, 2021 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/8ab904982f8c95d1b3fee83ffda36f91 to your computer and use it in GitHub Desktop.
Save Shelob9/8ab904982f8c95d1b3fee83ffda36f91 to your computer and use it in GitHub Desktop.
{
paste(evt) {
console.log('on paste', evt.clipboardData.items[0].toString());
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment