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

This commit is contained in:
Lauri Ojansivu 2020-12-29 13:37:01 +02:00
commit ed12cfe160

View file

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