Swimlade, List drag/drop now works again

happened at commit:
b9178cfcb6 isMiniScreen and showDesktopDragHandles centralized in class Utils
This commit is contained in:
Martin Filser 2021-10-20 22:26:30 +02:00
parent ea7136816d
commit b59e4d8fc7

View file

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