mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
More robust logic if isMiniScreen or isShowDesktopDragHandles
This commit is contained in:
parent
b59e4d8fc7
commit
7ced602be4
3 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ BlazeComponent.extendComponent({
|
|||
$cards.sortable({
|
||||
handle: '.handle',
|
||||
});
|
||||
} else if (!Utils.isMiniScreen() && !Utils.isShowDesktopDragHandles()) {
|
||||
} else {
|
||||
$cards.sortable({
|
||||
handle: '.minicard',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue