mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 13:48:49 +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
|
|
@ -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',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue