Update hold delay comment to reflect press-and-hold behavior

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
juan
2026-03-16 16:04:23 -07:00
parent 970047d36c
commit 9dcb74c46b

View File

@@ -3,7 +3,7 @@ import { Controller } from "@hotwired/stimulus";
export default class extends Controller {
static targets = ["section", "handle"];
// Short delay to prevent accidental touches on the grip handle
// Hold delay to require deliberate press-and-hold before activating drag mode
static values = {
holdDelay: { type: Number, default: 500 },
};