-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add react-beautiful-dnd patch for touch delay
- Loading branch information
1 parent
f000140
commit 9200f23
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js b/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js | ||
index 351b787..220cb0f 100644 | ||
--- a/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js | ||
+++ b/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js | ||
@@ -6045,7 +6045,7 @@ function useKeyboardSensor(api) { | ||
var idle$2 = { | ||
type: 'IDLE' | ||
}; | ||
-var timeForLongPress = 120; | ||
+var timeForLongPress = 0; | ||
var forcePressThreshold = 0.15; | ||
|
||
function getWindowBindings(_ref) { |