mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
Hotfix more sortable elements
This commit is contained in:
parent
43d86d7d5d
commit
616dade81c
6 changed files with 21 additions and 22 deletions
|
|
@ -75,9 +75,7 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
|
||||
// ugly touch event hotfix
|
||||
$('.js-swimlane:not(.placeholder)').each(function() {
|
||||
enableClickOnTouch(this);
|
||||
});
|
||||
enableClickOnTouch('.js-swimlane:not(.placeholder)');
|
||||
|
||||
function userIsMember() {
|
||||
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue