happened at commit: b9178cfcb6ed34d6060784255d6b3db90688efe5 isMiniScreen and showDesktopDragHandles centralized in class Utils
@@ -95,7 +95,7 @@ function initSortable(boardComponent, $listsDom) {
//}
boardComponent.autorun(() => {
- if (Utils.isMiniScreenOrShowDesktopDragHandles) {
+ if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
$listsDom.sortable({
handle: '.js-list-handle',
});