Created
July 1, 2020 16:30
-
-
Save forrestwilkins/e00c86f2c353904e9814bc91c9f6eed0 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
this.trixInput.current.addEventListener("trix-attachment-add", event => { | |
let attachment = event.attachment; | |
if (attachment.file) { | |
this.uploadImage(attachment); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment