mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Hotfix more sortable elements
This commit is contained in:
parent
43d86d7d5d
commit
616dade81c
6 changed files with 21 additions and 22 deletions
|
|
@ -38,9 +38,7 @@ function initSorting(items) {
|
|||
});
|
||||
|
||||
// ugly touch event hotfix
|
||||
$('.js-checklist-item:not(.placeholder)').each(function() {
|
||||
enableClickOnTouch(this);
|
||||
});
|
||||
enableClickOnTouch('.js-checklist-item:not(.placeholder)');
|
||||
}
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue