Explorar o código

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

- obsolete since commit c7808c5c03f98eae709e5ef89e8e17af4689cb2e
Martin Filser %!s(int64=4) %!d(string=hai) anos
pai
achega
5578949bf5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      client/components/cards/checklists.js

+ 0 - 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',
           });
         }
       }