🚸 (editor) Remove blocks pointer events only in analytics
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user