feat: start pagination selection

This commit is contained in:
karishmas6
2024-09-01 22:44:03 +05:30
parent e449631794
commit d0f554a7c1

View File

@@ -164,6 +164,7 @@ export const RightSidePanel = () => {
const handleStartPaginationSelection = () => {
// Start the process of selecting the pagination element
setIsSelectingPagination(true);
socket?.emit('action', { action: 'startPaginationSelection' });
};