Commit 01af6fc2 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents c2969e02 2a29f910
......@@ -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;
}
}
......
---
title: Fix scrolling to top on assignee change
merge_request: 29500
author:
type: fixed
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