mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 03:40:16 +01:00
Swimlade, List drag/drop now works again
happened at commit:
b9178cfcb6 isMiniScreen and showDesktopDragHandles centralized in class Utils
This commit is contained in:
parent
ea7136816d
commit
b59e4d8fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ function initSortable(boardComponent, $listsDom) {
|
||||||
//}
|
//}
|
||||||
|
|
||||||
boardComponent.autorun(() => {
|
boardComponent.autorun(() => {
|
||||||
if (Utils.isMiniScreenOrShowDesktopDragHandles) {
|
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
|
||||||
$listsDom.sortable({
|
$listsDom.sortable({
|
||||||
handle: '.js-list-handle',
|
handle: '.js-list-handle',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue