Fix prettier.

This commit is contained in:
Lauri Ojansivu 2019-10-01 01:05:02 +03:00
parent 4785086e2f
commit 83f81f4586

View file

@ -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',