Commit 578b9011 authored by Eric Eastwood's avatar Eric Eastwood

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

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29897
parent e83e4dbd
...@@ -127,9 +127,6 @@ require('./flash'); ...@@ -127,9 +127,6 @@ require('./flash');
if (this.diffViewType() === 'parallel') { if (this.diffViewType() === 'parallel') {
this.expandViewContainer(); this.expandViewContainer();
} }
$.scrollTo('.merge-request-details .merge-request-tabs', {
offset: 0,
});
} else if (action === 'pipelines') { } else if (action === 'pipelines') {
if (this.pipelinesLoaded) { if (this.pipelinesLoaded) {
return; return;
......
---
title: Remove forced scroll into view when switching to Changes MR tab
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment