Don't close issue sidebar label select box on click if only mouseup outside
requested to merge sim0/gitlab:dont-close-label-auto-suggest-select-box-if-only-mouseup-outside-box into master
What does this MR do?
Issue sidebar > label selection: don't collapse auto suggest label select box on click if the corresponding mousedown event has happened inside the box, see #33748 (closed).
This MR is a follow-up to !51139 (merged) (which already fixed the same problem for Bootstrap Dropdown based select boxes).
The component affected by this MR is a custom Vue component, therefore it was not fixed with !51139 (merged).
Does this MR meet the acceptance criteria?
Conformity
-
📋 Does this MR need a changelog?-
I have included a changelog entry. - [-] I have not included a changelog entry because _____.
-
- [-] Documentation (if required)
- [-] Code review guidelines
-
Merge request performance guidelines -
Style guides - [-] Database guides
- [-] Separation of EE specific content
Edited by Simon Stieger