mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Card Details Popup, Checklist Drag/Drop works in mobile view again
This commit is contained in:
parent
21a3749086
commit
2af5e9c209
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ BlazeComponent.extendComponent({
|
|||
distance: 7,
|
||||
start(evt, ui) {
|
||||
ui.placeholder.height(ui.helper.height());
|
||||
EscapeActions.executeUpTo('popup-close');
|
||||
EscapeActions.clickExecute(evt.target, 'inlinedForm');
|
||||
},
|
||||
stop(evt, ui) {
|
||||
let prevChecklist = ui.item.prev('.js-checklist').get(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue