Skip to content

Commit b85fa07

Browse files
committed
🧽 remove TODO
1 parent e26bac3 commit b85fa07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DurationScroll/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ const DurationScroll = forwardRef<DurationScrollRef, DurationScrollProps>(
298298

299299
// check limits
300300
if (newValues.duration > adjustedLimited.max) {
301-
// TODO (NOW): make this work for a quick scroll
302301
const targetScrollIndex =
303302
newValues.index -
304303
(newValues.duration - adjustedLimited.max);

0 commit comments

Comments
 (0)