mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix dragscroll getting stuck on view changes
This commit is contained in:
parent
81b2bce385
commit
30a2e8b990
2 changed files with 5 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ BlazeComponent.extendComponent({
|
|||
});
|
||||
|
||||
this.autorun(() => {
|
||||
// Always reset dragscroll on view switch
|
||||
dragscroll.reset();
|
||||
|
||||
if (Utils.isTouchScreenOrShowDesktopDragHandles()) {
|
||||
$swimlanesDom.sortable({
|
||||
handle: '.js-swimlane-header-handle',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue