summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-08-31 13:28:34 +0300
committerLauri Ojansivu <x@xet7.org>2020-08-31 13:28:34 +0300
commitccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b (patch)
tree6ffb1cf17effd4cbcdbb37c94bf1fa56108151e9 /client/components/lists/listBody.js
parentbdd28444bb7a4b8692aa916b33781cf3ab951e40 (diff)
parent6372bb82c4a0668df87baec2cf90c919e5285fef (diff)
downloadwekan-ccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b.tar.gz
wekan-ccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b.tar.bz2
wekan-ccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b.zip
Merge branch 'master' of https://github.com/tborychowski/wekan into tborychowski-master
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 2d913aa9..c08f8267 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -8,7 +8,7 @@ BlazeComponent.extendComponent({
},
mixins() {
- return [Mixins.PerfectScrollbar];
+ return [];
},
openForm(options) {
@@ -523,7 +523,7 @@ BlazeComponent.extendComponent({
BlazeComponent.extendComponent({
mixins() {
- return [Mixins.PerfectScrollbar];
+ return [];
},
onCreated() {
@@ -721,7 +721,7 @@ BlazeComponent.extendComponent({
onRendered() {
this.spinner = this.find('.sk-spinner-list');
- this.container = this.$(this.spinner).parents('.js-perfect-scrollbar')[0];
+ this.container = this.$(this.spinner).parents('.list-body')[0];
$(this.container).on(
`scroll.spinner_${this.swimlaneId}_${this.listId}`,