Update ChangeLog. Fix lint.

This commit is contained in:
Lauri Ojansivu 2020-11-29 04:24:53 +02:00
parent 9d2a9ee70b
commit bec0b7ec56
4 changed files with 14 additions and 5 deletions

View file

@ -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')) {