Skip to content
Snippets Groups Projects
Commit 578b9011 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

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

parent e83e4dbd
No related branches found
No related tags found
1 merge request!10194Remove forced scroll into view when switching to "Changes" MR tab
Pipeline #
Loading
Loading
@@ -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;
Loading
Loading
---
title: Remove forced scroll into view when switching to Changes MR tab
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment