mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
List sorting show's now the drag/drop placeholder
This commit is contained in:
parent
424bc0e7c5
commit
a48e537b2d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue