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

@ -121,7 +121,7 @@ BlazeComponent.extendComponent({
$cards.sortable({
handle: '.handle',
});
} else if (!Utils.isMiniScreen() && !Utils.isShowDesktopDragHandles()) {
} else {
$cards.sortable({
handle: '.minicard',
});