mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Decrease delay to open bulk edit
This commit is contained in:
@ -281,7 +281,7 @@ class BulkEditOverlay {
|
|||||||
static selectedClass = 'character_selected';
|
static selectedClass = 'character_selected';
|
||||||
static legacySelectedClass = 'bulk_select_checkbox';
|
static legacySelectedClass = 'bulk_select_checkbox';
|
||||||
|
|
||||||
static longPressDelay = 2800;
|
static longPressDelay = 1500;
|
||||||
|
|
||||||
#state = BulkEditOverlayState.browse;
|
#state = BulkEditOverlayState.browse;
|
||||||
#longPress = false;
|
#longPress = false;
|
||||||
|
Reference in New Issue
Block a user