diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/lightbox/Lightbox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx index ed4cf90b8..3369c2770 100644 --- a/src/view/com/lightbox/Lightbox.tsx +++ b/src/view/com/lightbox/Lightbox.tsx @@ -9,6 +9,7 @@ import * as models from '../../../state/models/shell-ui' export const Lightbox = observer(function Lightbox() { const store = useStores() const onClose = () => { + console.log('hit') store.shell.closeLightbox() } |