Skip to content
代码片段 群组 项目
提交 c0ce9d01 编辑于 作者: Annabel Dunstone Gray's avatar Annabel Dunstone Gray
浏览文件

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
No related branches found
No related tags found
无相关合并请求
...@@ -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:
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册