Skip to content

Instantly share code, notes, and snippets.

@forrestwilkins
Created July 1, 2020 16:30
Show Gist options
  • Save forrestwilkins/e00c86f2c353904e9814bc91c9f6eed0 to your computer and use it in GitHub Desktop.
Save forrestwilkins/e00c86f2c353904e9814bc91c9f6eed0 to your computer and use it in GitHub Desktop.
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