فهرست منبع

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(() => {
   boardComponent.autorun(() => {
-    if (Utils.isMiniScreenOrShowDesktopDragHandles) {
+    if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
       $listsDom.sortable({
       $listsDom.sortable({
         handle: '.js-list-handle',
         handle: '.js-list-handle',
       });
       });