More robust logic if isMiniScreen or isShowDesktopDragHandles

This commit is contained in:
Martin Filser 2021-10-20 22:28:12 +02:00
parent b59e4d8fc7
commit 7ced602be4
3 changed files with 3 additions and 3 deletions

View file

@ -195,7 +195,7 @@ BlazeComponent.extendComponent({
$swimlanesDom.sortable({
handle: '.js-swimlane-header-handle',
});
} else if (!Utils.isMiniScreen() && !Utils.isShowDesktopDragHandles()) {
} else {
$swimlanesDom.sortable({
handle: '.swimlane-header',
});