From 5fa669a57d06b63698af18595a731d8c992b44e7 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 19 Apr 2021 13:10:29 -0500 Subject: [PATCH] issue 116 bump delay to above 100 ms --- src/DragTabList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';