Skip to content
Snippets Groups Projects
Commit 2fd5622e authored by Fatih Acet's avatar Fatih Acet Committed by GitLab Release Tools Bot
Browse files

Merge branch '61246-fix-label-click-scroll-to-top' into 'master'

Fix label click scrolling to top

Closes #61246

See merge request gitlab-org/gitlab-ce!29202

(cherry picked from commit 92b06c13)

c9c7fa7b Fix label click scrolling to top
parent 635e96a6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -561,6 +561,11 @@ GitLabDropdown = (function() {
!$target.data('isLink')
) {
e.stopPropagation();
// This prevents automatic scrolling to the top
if ($target.is('a')) {
return false;
}
}
 
return true;
Loading
Loading
---
title: Fix label click scrolling to top
merge_request: 29202
author:
type: fixed
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