Skip to content

Commit 3160ee8

Browse files
committed
feat: stop pagination and limit mode on discard
1 parent b63701c commit 3160ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/recorder/RightSidePanel.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
423423
}
424424
});
425425
resetListState();
426+
stopPaginationMode();
427+
stopLimitMode();
426428
setShowPaginationOptions(false);
427429
setShowLimitOptions(false);
428430
setCaptureStage('initial');

0 commit comments

Comments
 (0)