mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix prettier.
This commit is contained in:
parent
4785086e2f
commit
83f81f4586
1 changed files with 2 additions and 2 deletions
|
|
@ -105,12 +105,12 @@ function initSortable(boardComponent, $listsDom) {
|
|||
$listsDom.sortable({
|
||||
handle: '.js-list-handle',
|
||||
});
|
||||
};
|
||||
}
|
||||
if (!Utils.isMiniScreen && showDesktopDragHandles) {
|
||||
$listsDom.sortable({
|
||||
handle: '.js-list-header',
|
||||
});
|
||||
};
|
||||
}
|
||||
if ($listDom.data('sortable')) {
|
||||
$listsDom.sortable(
|
||||
'option',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue