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 %>