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
I have searched to see if a similar issue already exists.
Is your feature request related to a problem? Please describe.
Close the detailed window when Gallery is returned as an output of a event listener function.
Describe the solution you'd like
As a parameter of the Gallery component would be nice.
Additional context
Just for context, I have a program where I delete Images from the Gallery.
So what I do is:
Select Image from Gallery -> Detailed View Opens -> Delete Image using a "Delete" button I defined -> Gallery is returned from the "Delete" button.click event
Detailed View stays open, and the next image gets loaded into Detailed View, but no event (select or change) gets triggered, meaning I don't have a reference to the image that got loaded to the Detailed View. What I want to happen is that at least when the Gallery gets returned, the Detailed View is closed down as to say that no new image has been selected, and the user has to select another one.
Even a workaround is ok for me at least right now.
The text was updated successfully, but these errors were encountered:
Josef-Ouano
changed the title
Gallery Close Preview Mode Programmatically
Gallery Close Detailed Mode Programmatically
Mar 7, 2025
Josef-Ouano
changed the title
Gallery Close Detailed Mode Programmatically
Gallery Close Detailed View Programmatically
Mar 7, 2025
Is your feature request related to a problem? Please describe.
Close the detailed window when Gallery is returned as an output of a event listener function.
Describe the solution you'd like
As a parameter of the Gallery component would be nice.
Additional context
Just for context, I have a program where I delete Images from the Gallery.
So what I do is:
Select Image from Gallery -> Detailed View Opens -> Delete Image using a "Delete" button I defined -> Gallery is returned from the "Delete" button.click event
Detailed View stays open, and the next image gets loaded into Detailed View, but no event (select or change) gets triggered, meaning I don't have a reference to the image that got loaded to the Detailed View. What I want to happen is that at least when the Gallery gets returned, the Detailed View is closed down as to say that no new image has been selected, and the user has to select another one.
Even a workaround is ok for me at least right now.
The text was updated successfully, but these errors were encountered: