|
@@ -1,7 +1,7 @@
|
|
import { Cookies } from 'meteor/ostrio:cookies';
|
|
import { Cookies } from 'meteor/ostrio:cookies';
|
|
const cookies = new Cookies();
|
|
const cookies = new Cookies();
|
|
const subManager = new SubsManager();
|
|
const subManager = new SubsManager();
|
|
-const { calculateIndex, enableClickOnTouch } = Utils;
|
|
|
|
|
|
+const { calculateIndex } = Utils;
|
|
const swimlaneWhileSortingHeight = 150;
|
|
const swimlaneWhileSortingHeight = 150;
|
|
|
|
|
|
BlazeComponent.extendComponent({
|
|
BlazeComponent.extendComponent({
|
|
@@ -191,9 +191,6 @@ BlazeComponent.extendComponent({
|
|
},
|
|
},
|
|
});
|
|
});
|
|
|
|
|
|
- // ugly touch event hotfix
|
|
|
|
- enableClickOnTouch('.js-swimlane:not(.placeholder)');
|
|
|
|
-
|
|
|
|
this.autorun(() => {
|
|
this.autorun(() => {
|
|
let showDesktopDragHandles = false;
|
|
let showDesktopDragHandles = false;
|
|
currentUser = Meteor.user();
|
|
currentUser = Meteor.user();
|