From 9bc166cb2afcd934695215fb2b7f3191f9a17ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Tue, 17 Mar 2026 17:52:18 +0100 Subject: [PATCH] Increase to 750ms --- app/javascript/controllers/dashboard_sortable_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/controllers/dashboard_sortable_controller.js b/app/javascript/controllers/dashboard_sortable_controller.js index ae4bf132b..dfaa1e1c7 100644 --- a/app/javascript/controllers/dashboard_sortable_controller.js +++ b/app/javascript/controllers/dashboard_sortable_controller.js @@ -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: 500 }, + holdDelay: { type: Number, default: 750 }, }; connect() {