mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40: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
|
|
@ -84,9 +84,7 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
|
||||
// ugly touch event hotfix
|
||||
$(itemsSelector).each(function() {
|
||||
enableClickOnTouch(this);
|
||||
});
|
||||
enableClickOnTouch(itemsSelector);
|
||||
|
||||
// Disable drag-dropping if the current user is not a board member or is comment only
|
||||
this.autorun(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue