Decrease delay to open bulk edit
This commit is contained in:
parent
bea3b5d720
commit
0a0382def2
|
@ -281,7 +281,7 @@ class BulkEditOverlay {
|
|||
static selectedClass = 'character_selected';
|
||||
static legacySelectedClass = 'bulk_select_checkbox';
|
||||
|
||||
static longPressDelay = 2800;
|
||||
static longPressDelay = 1500;
|
||||
|
||||
#state = BulkEditOverlayState.browse;
|
||||
#longPress = false;
|
||||
|
|
Loading…
Reference in New Issue