mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Card Details Popup, Checklistitem Drag/Drop works in mobile view again
This commit is contained in:
parent
bd2b8625fb
commit
21a3749086
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function initSorting(items) {
|
|||
scroll: false,
|
||||
start(evt, ui) {
|
||||
ui.placeholder.height(ui.helper.height());
|
||||
EscapeActions.executeUpTo('popup-close');
|
||||
EscapeActions.clickExecute(evt.target, 'inlinedForm');
|
||||
},
|
||||
stop(evt, ui) {
|
||||
const parent = ui.item.parents('.js-checklist-items');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue