Skip to content

Commit

Permalink
Update Scroller.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-Kokin committed Jun 6, 2024
1 parent 2d32dea commit 6233957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Template = (args) => {
", Y=" +
y.toFixed(2)
);
args.onScroll?(x, y); // for storybook addon Actions Tab
args.onScroll?.(x, y); // for storybook addon Actions Tab
}}
>
<div ref={infoRef}></div>
Expand Down

0 comments on commit 6233957

Please sign in to comment.