gitlab-org--gitlab-foss/changelogs
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
..
unreleased Fix gl_dropdown scrolling to top on assignee click 2019-06-11 14:14:08 -05:00
archive.md
README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run scripts/lint-changelog-yaml to validate.

See development/changelog documentation for detailed usage.