Skip to content

Commit b885715

Browse files
committed
fix web on drag up
1 parent 8c8d859 commit b885715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const setupCell = (proc as RetypedProc)(
183183
sub(
184184
offset,
185185
scrollOffset,
186-
cond(isAfterActive, sub(activeCellSize, size)) // Account for cells of differing size
186+
cond(isAfterActive, sub(activeCellSize, size), 0) // Account for cells of differing size
187187
)
188188
)
189189
),

0 commit comments

Comments
 (0)