You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our modal does not close when the close button is clicked or when the modal background is clicked. Implement this functionality so that users can easily close the modal when they're done viewing the images.
Expected behavior
When a user clicks the close button or the modal background, the modal should close and return to the gallery view:
issue3.mov
Hint
If you're stuck on the issue, here is a hint
Try adding a click handler to the modal!
The text was updated successfully, but these errors were encountered:
sbmsr
changed the title
Issue #3: Close the modal when the close button is clicked and when clicking the modal background.
Issue 3 : Close the modal when the close button is clicked and when clicking the modal background.
Apr 25, 2023
What you need to do
Currently, our modal does not close when the close button is clicked or when the modal background is clicked. Implement this functionality so that users can easily close the modal when they're done viewing the images.
Expected behavior
When a user clicks the close button or the modal background, the modal should close and return to the gallery view:
issue3.mov
Hint
If you're stuck on the issue, here is a hint
Try adding a click handler to the modal!The text was updated successfully, but these errors were encountered: