Merge branch '29897-remove-force-scroll-for-mr-changes-diff' into 'master'

Remove forced scroll into view when switching to "Changes" MR tab

Closes #29897

See merge request !10194
This commit is contained in:
Annabel Dunstone Gray 2017-03-24 17:37:32 +00:00
commit c0ce9d0157
2 changed files with 4 additions and 3 deletions

View File

@ -127,9 +127,6 @@ require('./flash');
if (this.diffViewType() === 'parallel') {
this.expandViewContainer();
}
$.scrollTo('.merge-request-details .merge-request-tabs', {
offset: 0,
});
} else if (action === 'pipelines') {
if (this.pipelinesLoaded) {
return;

View File

@ -0,0 +1,4 @@
---
title: Remove forced scroll into view when switching to Changes MR tab
merge_request:
author: