From 528f5f32a6ccfff8242987f9324bcc6e10a3a67f Mon Sep 17 00:00:00 2001 From: juan Date: Wed, 18 Mar 2026 20:22:45 -0700 Subject: [PATCH] Revert "Bind touch events to drag handle only, not entire section" This reverts commit 55ab9aed6e52f84310e33aa73c4a69e70d1fe5df. --- app/views/pages/dashboard.html.erb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/views/pages/dashboard.html.erb b/app/views/pages/dashboard.html.erb index c89ebea16..eecc59bf3 100644 --- a/app/views/pages/dashboard.html.erb +++ b/app/views/pages/dashboard.html.erb @@ -46,6 +46,9 @@ data-action=" dragstart->dashboard-sortable#dragStart dragend->dashboard-sortable#dragEnd + touchstart->dashboard-sortable#touchStart + touchmove->dashboard-sortable#touchMove + touchend->dashboard-sortable#touchEnd keydown->dashboard-sortable#handleKeyDown">
@@ -74,12 +77,7 @@ <% end %>