From b59e4d8fc77ceef8887f85b4ad0bf5861e05f7a0 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Wed, 20 Oct 2021 22:26:30 +0200 Subject: [PATCH] Swimlade, List drag/drop now works again happened at commit: b9178cfcb6ed34d6060784255d6b3db90688efe5 isMiniScreen and showDesktopDragHandles centralized in class Utils --- client/components/swimlanes/swimlanes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index 6cc129e8b..15d4aa9f6 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/client/components/swimlanes/swimlanes.js @@ -95,7 +95,7 @@ function initSortable(boardComponent, $listsDom) { //} boardComponent.autorun(() => { - if (Utils.isMiniScreenOrShowDesktopDragHandles) { + if (Utils.isMiniScreenOrShowDesktopDragHandles()) { $listsDom.sortable({ handle: '.js-list-handle', });