diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 4d419860..4756be46 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -164,6 +164,7 @@ export const RightSidePanel = () => { const handleStartPaginationSelection = () => { // Start the process of selecting the pagination element + setIsSelectingPagination(true); socket?.emit('action', { action: 'startPaginationSelection' }); };