From 453e17b6eb266d0d555c78e962da2ba0159126f2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 26 Dec 2025 02:32:21 -0500 Subject: [PATCH] Always push history for modal back behavior --- src/components/Map/markerManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Map/markerManager.js b/src/components/Map/markerManager.js index abb4f33..faf1500 100644 --- a/src/components/Map/markerManager.js +++ b/src/components/Map/markerManager.js @@ -526,7 +526,7 @@ export function openCenteredOverlay({ map, post, theme, fullScreen = false }) { let onPop = null; let historyPushed = false; - if (fullScreen && postID) { + if (postID) { try { const url = `/?post_id=${postID}`; const state = window.history.state || {};