|
@@ -95,7 +95,7 @@ function initSortable(boardComponent, $listsDom) {
|
|
//}
|
|
//}
|
|
|
|
|
|
boardComponent.autorun(() => {
|
|
boardComponent.autorun(() => {
|
|
- if (Utils.isMiniScreenOrShowDesktopDragHandles) {
|
|
|
|
|
|
+ if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
|
|
$listsDom.sortable({
|
|
$listsDom.sortable({
|
|
handle: '.js-list-handle',
|
|
handle: '.js-list-handle',
|
|
});
|
|
});
|