Lauri Ojansivu 4 лет назад
Родитель
Сommit
b7e1521e0d
1 измененных файлов с 0 добавлено и 1 удалено
  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',
           });
         }
       }