Decrease delay to open bulk edit

This commit is contained in:
Cohee 2023-11-07 20:46:22 +02:00
parent bea3b5d720
commit 0a0382def2
1 changed files with 1 additions and 1 deletions

View File

@ -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;