瀏覽代碼

Merge branch 'master' of https://github.com/mfilser/wekan into mfilser-master

Lauri Ojansivu 4 年之前
父節點
當前提交
ed12cfe160
共有 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',
           });
         }
       }