Thanks to schulz !
This commit is contained in:
Lauri Ojansivu 2018-10-03 17:46:00 +03:00
parent 5b8c642d8f
commit 2206c5c84c
3 changed files with 30 additions and 2 deletions

View file

@ -147,6 +147,13 @@ BlazeComponent.extendComponent({
});
},
scrollTop(position = 0) {
const swimlanes = this.$('.js-swimlanes');
swimlanes && swimlanes.animate({
scrollTop: position,
});
},
}).register('boardBody');
BlazeComponent.extendComponent({