Skip to content

Commit 7fe9389

Browse files
authored
Remove 'pressThreshold' prop from WrappedComponent
'pressThreshold' found it's way into the WrappedComponent's props since it was implemented in 0.6.0.
1 parent 91a8e00 commit 7fe9389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SortableContainer/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ export default function sortableContainer(WrappedComponent, config = {withRef: f
777777
'transitionDuration',
778778
'useDragHandle',
779779
'pressDelay',
780+
'pressThreshold',
780781
'shouldCancelStart',
781782
'onSortStart',
782783
'onSortMove',

0 commit comments

Comments
 (0)