Checklist Mini-Screen, appendTo: 'parent' not necessary anymore

- obsolete since commit c7808c5c03
reviewable/pr3405/r1
Martin Filser 4 years ago
parent b7137e617e
commit 5578949bf5
  1. 1
      client/components/cards/checklists.js

@ -59,7 +59,6 @@ BlazeComponent.extendComponent({
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
$(self.itemsDom).sortable({
handle: 'span.fa.checklistitem-handle',
appendTo: 'parent',
});
}
}

Loading…
Cancel
Save