Browse Source

Merge branch 'mfilser-master'

Lauri Ojansivu 4 năm trước cách đây
mục cha
commit
b7e1521e0d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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',
           });
         }
       }