mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
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:
parent
3ed9f07015
commit
c7808c5c03
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue