gitlab-org--gitlab-foss/changelogs/unreleased/fe-fix-gl-dropdown-scrolling-to-top.yml
Paul Slaughter 3130572f92
Fix gl_dropdown scrolling to top on assignee click
**How?**
It looks like when assignees are clicked, the child of the `<a>`.
We fix our propogation check by looking at `.closest` which traverses
through the element itself and parent.
2019-06-11 14:14:08 -05:00

5 lines
92 B
YAML

---
title: Fix scrolling to top on assignee change
merge_request: 29500
author:
type: fixed