浏览代码

Swimlade, List drag/drop now works again

happened at commit:
b9178cfcb6ed34d6060784255d6b3db90688efe5 isMiniScreen and showDesktopDragHandles centralized in class Utils
Martin Filser 3 年之前
父节点
当前提交
b59e4d8fc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/swimlanes/swimlanes.js

+ 1 - 1
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',
       });