derpac / derpic

derpic is an app developed to go alongside a blog that allows users to upload images and put those images in the blog. But at its core derpic is a fun project for an amateur coder :D
0 stars 0 forks source link

Issue found with selectedPopup showing wrong picture #9

Closed derpac closed 2 months ago

derpac commented 2 months ago

bug description:

select two images and deselect one. The one you deselect will show in the popup despite not being the one selected To fix this make it so it can ONLY popup the with the slug in the array selectedItems rather than finding the child div src. This way it is totally representative of the selected items

derpac commented 2 months ago

fixed!

ISSUE CLOSED