mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 14:54:49 +00:00
Increase touch hold delay to 1000ms for more reliable scroll behavior
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ export default class extends Controller {
|
||||
|
||||
// Hold delay to require deliberate press-and-hold before activating drag mode
|
||||
static values = {
|
||||
holdDelay: { type: Number, default: 750 },
|
||||
holdDelay: { type: Number, default: 1000 },
|
||||
};
|
||||
|
||||
connect() {
|
||||
|
||||
Reference in New Issue
Block a user