Created
June 16, 2019 17:45
-
-
Save jsmanifest/c85ccbe6e9d8f11c2b808af5e6737b56 to your computer and use it in GitHub Desktop.
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
const triggerInput = (e) => { | |
e.persist() | |
inputRef.current.click() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment