Commit 22639c87 authored by Simon Knox's avatar Simon Knox

Merge branch '345725-setting-labels-in-issue-board-produces-garbled-results' into 'master'

Resolve "Setting labels in issue board produces garbled results."

See merge request gitlab-org/gitlab!74723
parents eea4e622 c4012cf3
......@@ -179,6 +179,8 @@ export default {
document.addEventListener('mousedown', this.handleDocumentMousedown);
document.addEventListener('click', this.handleDocumentClick);
this.updateLabelsSetState();
},
beforeDestroy() {
document.removeEventListener('mousedown', this.handleDocumentMousedown);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment