浏览代码

List sorting show's now the drag/drop placeholder

Martin Filser 3 年之前
父节点
当前提交
a48e537b2d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/swimlanes/swimlanes.js

+ 1 - 0
client/components/swimlanes/swimlanes.js

@@ -62,6 +62,7 @@ function initSortable(boardComponent, $listsDom) {
     distance: 7,
     start(evt, ui) {
       ui.placeholder.height(ui.helper.height());
+      ui.placeholder.css("min-width", ui.helper.width());
       EscapeActions.executeUpTo('popup-close');
       boardComponent.setIsDragging(true);
     },