Fix Gallery fullscreen button not working in preview mode (#12865)
* Fix Gallery fullscreen button not working in preview mode
The fullscreen button in Gallery preview mode was not working because
the onclick handler was passing the event object directly instead of
wrapping the boolean value in a detail object as expected by the
parent component's onfullscreen handler.
Changed the onclick callback to properly wrap the is_fullscreen boolean
in a detail object when calling onfullscreen.
Fixes #12856
* Add changeset for gallery fullscreen button fix
* format
---------
Co-authored-by: hannahblair <hannahblair@hotmail.co.uk>