Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
01af6fc2
Commit
01af6fc2
authored
Jun 11, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c2969e02
2a29f910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/javascripts/gl_dropdown.js
app/assets/javascripts/gl_dropdown.js
+1
-1
changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml
...gelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml
+5
-0
No files found.
app/assets/javascripts/gl_dropdown.js
View file @
01af6fc2
...
...
@@ -567,7 +567,7 @@ GitLabDropdown = (function() {
e
.
stopPropagation
();
// This prevents automatic scrolling to the top
if
(
$target
.
is
(
'
a
'
)
)
{
if
(
$target
.
closest
(
'
a
'
).
length
)
{
return
false
;
}
}
...
...
changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml
0 → 100644
View file @
01af6fc2
---
title
:
Fix scrolling to top on assignee change
merge_request
:
29500
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment