Closed KevinTriplett closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.51%. Comparing base (
ba370ad
) to head (420bb04
).:exclamation: Current head 420bb04 differs from pull request most recent head 535ffdd. Consider uploading reports for the commit 535ffdd to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fixes #1616
Discovered that the 'X' delete icon was wrapped in the draggable image element. This prevented the click event from firing to delete the image.
After fixing the click event bug, I still could not delete a single image (it would delete all images) so I discovered that the
reject
method wasn't working properly with all the hash keys being passed in, so I isolated theurl
key and that fixed the problem. I didn't create any tests (other than updating the snapshot) but hand tested it with multiple images, sorting, and file attachments and it worked as expected.