mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Swimlade, List drag/drop now works again
happened at commit:
b9178cfcb6
isMiniScreen and showDesktopDragHandles centralized in class Utils
This commit is contained in:
parent
ea7136816d
commit
b59e4d8fc7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function initSortable(boardComponent, $listsDom) {
|
|||
//}
|
||||
|
||||
boardComponent.autorun(() => {
|
||||
if (Utils.isMiniScreenOrShowDesktopDragHandles) {
|
||||
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
|
||||
$listsDom.sortable({
|
||||
handle: '.js-list-handle',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue