Skip to content

Commit 2ec9cf2

Browse files
committed
fix(useDoubleClick): set to 300
1 parent 11e1ccb commit 2ec9cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/table/Row/useDoubleClick.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const useDoubleClickBase = ({
2828
else if (clickCount.current === 2) onDoubleClick(event);
2929

3030
clickCount.current = 0;
31-
}, 100);
31+
}, 300);
3232
}
3333
};
3434

0 commit comments

Comments
 (0)