🚸 (editor) Remove blocks pointer events only in analytics

This commit is contained in:
Baptiste Arnaud
2024-01-26 10:38:44 +01:00
parent b68f16f4f7
commit c23e760b39
5 changed files with 21 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ export const AnalyticsGraphContainer = ({ stats }: { stats?: Stats }) => {
justifyContent="center"
>
{publishedTypebot && stats ? (
<GraphProvider isReadOnly>
<GraphProvider isReadOnly isAnalytics>
<EventsCoordinatesProvider events={publishedTypebot?.events}>
<Graph
flex="1"