Skip to content

Commit

Permalink
Remove scroll-to-active-asset on asset list updates
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed May 28, 2019
1 parent 1a9415e commit 2ef7007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions concordia/static/js/action-app/index.js
Expand Up @@ -712,8 +712,6 @@ export class ActionApp {
this.assetList.update(visibleAssets);
console.timeEnd('Updating asset list');

this.assetList.scrollToActiveAsset();

this.attemptAssetLazyLoad();
});
});
Expand Down

0 comments on commit 2ef7007

Please sign in to comment.