diff --git a/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx b/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx index 48da47ad7..dea0a6345 100644 --- a/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx +++ b/frontend/app/components/Session_/PageInsightsPanel/PageInsightsPanel.tsx @@ -33,7 +33,8 @@ function PageInsightsPanel({ filters, fetchInsights, events = [], insights, urlO }, [insights]) useEffect(() => { - const url = insightsFilters.url ? insightsFilters.url : urlOptions[0].value + const url = insightsFilters.url ? insightsFilters.url : urlOptions[0].value; + Player.pause(); fetchInsights({ ...insightsFilters, url }) }, [insightsFilters])