diff --git a/src/DragTabList.js b/src/DragTabList.js index 12936de..6a01fce 100644 --- a/src/DragTabList.js +++ b/src/DragTabList.js @@ -21,7 +21,7 @@ export default class DragTabList extends SortMethod { lockAxis='x' // if no pressDelay, close button cannot be triggered, // because it would always treat click as dnd action - pressDelay={100} + pressDelay={110} {...props}> {children} @@ -29,4 +29,4 @@ export default class DragTabList extends SortMethod { } } -DragTabList.displayName = 'DragTabList'; \ No newline at end of file +DragTabList.displayName = 'DragTabList';