From 5e3480f121c93792c3325882299c911ec01bcbba Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 14 Jun 2025 21:32:05 +0200 Subject: Dispose popover/overlay when opening the age filter dialog. We might filter away the feature currently selected so it makes sense to clear the feature list first. --- main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'main.js') diff --git a/main.js b/main.js index 876157a..b595c3b 100644 --- a/main.js +++ b/main.js @@ -2195,6 +2195,7 @@ const infoMetadataAccordions = []; }); btn.onclick = function() { + disposePopover(); dialog_setup(); modal.show(); }; -- cgit v1.2.3