Skip to content

Fix select dropdowns not closing when clicking outside

Fix select dropdowns not closing when clicking outside

Found while working on https://gitlab.com/gitlab-org/gitter/webapp/-/issues/2582

Previously the @click.stop on the modal would stop the click from propogating in vue boostrap

Merge request reports