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 || {};