Last active
November 7, 2021 14:41
-
-
Save alanvitor/c1f17c4a3f01b6554a56ce7d314be74f to your computer and use it in GitHub Desktop.
Some useful JS snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // re-enable paste in forms | |
| document.addEventListener('paste', e => e.stopImmediatePropagation(), true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment