mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Update ChangeLog. Fix lint.
This commit is contained in:
parent
9d2a9ee70b
commit
bec0b7ec56
4 changed files with 14 additions and 5 deletions
|
|
@ -257,7 +257,7 @@ BlazeComponent.extendComponent({
|
|||
) {
|
||||
$checklistsDom.sortable('option', 'disabled', disabled);
|
||||
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
|
||||
$checklistsDom.sortable({ handle: '.checklist-handle'});
|
||||
$checklistsDom.sortable({ handle: '.checklist-handle' });
|
||||
}
|
||||
}
|
||||
if ($subtasksDom.data('uiSortable') || $subtasksDom.data('sortable')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue