diff --git a/src/components/Map/usePostsEngine.js b/src/components/Map/usePostsEngine.js index 9f64127..5e6d7b9 100644 --- a/src/components/Map/usePostsEngine.js +++ b/src/components/Map/usePostsEngine.js @@ -433,6 +433,11 @@ export function usePostsEngine({ replacePoolRef.current = true; if (map) { map.__swForceFetchAt = Date.now(); + setTimeout(() => { + try { + map.fire("moveend"); + } catch {} + }, 60); } }, [mainFilter, subFilter, timeFilter, mapRef]);