From 6804e8052839daa75e0e170ddabb7c21c07425f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 30 Aug 2026 08:34:56 -0600 Subject: [PATCH] Fix photo dropdown not closing after deletion fixes #90 --- app/components/photo-gallery.gjs | 36 ++++++++---- .../components/photo-gallery-test.gjs | 56 ++++++++++++++++++- 2 files changed, 80 insertions(+), 12 deletions(-) diff --git a/app/components/photo-gallery.gjs b/app/components/photo-gallery.gjs index 1b9d610..53bdd39 100644 --- a/app/components/photo-gallery.gjs +++ b/app/components/photo-gallery.gjs @@ -52,7 +52,7 @@ const GalleryContent =