Skip to content

Commit

Permalink
Jiggle to test storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 10, 2024
1 parent 0f635d9 commit 752f8f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function useTouchUpDelayed(delay: number): boolean {
const safeWindow = typeof window === "undefined" ? null : window;

const cbTimer = React.useRef(0);

useEventListener(
"touchstart",
React.useCallback(() => {
Expand Down

0 comments on commit 752f8f8

Please sign in to comment.