Fixed Drag and drop between checklists closes the card sometimes on Firefox.

xet7 thanks mfilser about [similar fix of appendTo parent](https://github.com/wekan/wekan/pull/3342)
that did work here too to fix this.

Thanks to mfilser and xet7 !

Fixes #2280
This commit is contained in:
Lauri Ojansivu 2020-12-26 12:38:24 +02:00
parent 3ed9f07015
commit c7808c5c03

View file

@ -6,7 +6,7 @@ function initSorting(items) {
helper: 'clone',
items: '.js-checklist-item:not(.placeholder)',
connectWith: '.js-checklist-items',
appendTo: '.board-canvas',
appendTo: 'parent',
distance: 7,
placeholder: 'checklist-item placeholder',
scroll: false,