diff --git a/src/components/recorder/RightSidePanel.tsx b/src/components/recorder/RightSidePanel.tsx index 6027e26d..9bbbc8b2 100644 --- a/src/components/recorder/RightSidePanel.tsx +++ b/src/components/recorder/RightSidePanel.tsx @@ -423,6 +423,8 @@ export const RightSidePanel: React.FC = ({ onFinishCapture } }); resetListState(); + stopPaginationMode(); + stopLimitMode(); setShowPaginationOptions(false); setShowLimitOptions(false); setCaptureStage('initial');