|
@@ -1,5 +1,6 @@
|
|
import { ReactiveCache } from '/imports/reactiveCache';
|
|
import { ReactiveCache } from '/imports/reactiveCache';
|
|
import { TAPi18n } from '/imports/i18n';
|
|
import { TAPi18n } from '/imports/i18n';
|
|
|
|
+import dragscroll from 'dragscroll';
|
|
|
|
|
|
const subManager = new SubsManager();
|
|
const subManager = new SubsManager();
|
|
const { calculateIndex } = Utils;
|
|
const { calculateIndex } = Utils;
|
|
@@ -219,6 +220,7 @@ BlazeComponent.extendComponent({
|
|
boardComponent.openNewListForm();
|
|
boardComponent.openNewListForm();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ dragscroll.reset();
|
|
Utils.setBackgroundImage();
|
|
Utils.setBackgroundImage();
|
|
},
|
|
},
|
|
|
|
|