Skip to content

Commit d0d908e

Browse files
committed
re-add fix that was dropped
1 parent 8b76b7e commit d0d908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ class DraggableFlatList<T> extends React.Component<
778778
),
779779
],
780780
],
781-
call([this.activeIndex], this.resetHoverState)
781+
[call([this.activeIndex], this.resetHoverState), this.resetTouchedCell]
782782
),
783783
];
784784

0 commit comments

Comments
 (0)