......@@ -563,7 +563,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