mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Don't interpret dragging an element as a click
Remove `enableClickOnTouch` as this behavior is not intuitive.
This commit is contained in:
parent
6d1cdebfe2
commit
f1b18d79cd
6 changed files with 6 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const subManager = new SubsManager();
|
||||
const { calculateIndex, enableClickOnTouch } = Utils;
|
||||
const { calculateIndex } = Utils;
|
||||
|
||||
Template.boardListHeaderBar.events({
|
||||
'click .js-open-archived-board'() {
|
||||
|
|
@ -68,9 +68,6 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
});
|
||||
|
||||
// ugly touch event hotfix
|
||||
enableClickOnTouch(itemsSelector);
|
||||
|
||||
// Disable drag-dropping if the current user is not a board member or is comment only
|
||||
this.autorun(() => {
|
||||
$boards.sortable('option', 'disabled', !userIsAllowedToMove());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue