mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
- Fix Card URL https://github.com/wekan/wekan/pull/1932/files
Thanks to schulz !
This commit is contained in:
parent
5b8c642d8f
commit
2206c5c84c
3 changed files with 30 additions and 2 deletions
|
|
@ -147,6 +147,13 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
},
|
||||
|
||||
scrollTop(position = 0) {
|
||||
const swimlanes = this.$('.js-swimlanes');
|
||||
swimlanes && swimlanes.animate({
|
||||
scrollTop: position,
|
||||
});
|
||||
},
|
||||
|
||||
}).register('boardBody');
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue