diff --git a/src/components/ContentComponents/FluidChart/FluidChartSwipe.tsx b/src/components/ContentComponents/FluidChart/FluidChartSwipe.tsx
index 64327abdd62055dd9d39c27c918b5767f3279290..907446e0080ba4190b4108ec8017f6030b295c16 100644
--- a/src/components/ContentComponents/FluidChart/FluidChartSwipe.tsx
+++ b/src/components/ContentComponents/FluidChart/FluidChartSwipe.tsx
@@ -95,8 +95,8 @@ const FluidChartSwipe: React.FC<FluidChartSwipeProps> = ({
             isSwitching={isSwitching}
           />
         )}
-        onSwitching={!isSwitching ? () => setIsSwitching(true) : null}
         enableMouseEvents
+        onSwitching={!isSwitching ? () => setIsSwitching(true) : null}
         onTransitionEnd={() => {
           setIsSwitching(false)
         }}