Browse Source

List sorting show's now the drag/drop placeholder

Martin Filser 3 years ago
parent
commit
a48e537b2d
1 changed files with 1 additions and 0 deletions
  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,
     distance: 7,
     start(evt, ui) {
     start(evt, ui) {
       ui.placeholder.height(ui.helper.height());
       ui.placeholder.height(ui.helper.height());
+      ui.placeholder.css("min-width", ui.helper.width());
       EscapeActions.executeUpTo('popup-close');
       EscapeActions.executeUpTo('popup-close');
       boardComponent.setIsDragging(true);
       boardComponent.setIsDragging(true);
     },
     },