On Issue boards, the list of active labels in labels dropdown is not updated when clicking on a different card
Summary
The list of active labels on the label dropdown is never updated after the new issue card is clicked.
Steps to reproduce
- Open Issue boards
- Click on the card A
- Open labels dropdown and add 3 labels to card A
- Close labels dropdown and wait until labels are applied
- Click on the card B (without labels)
- Open labels dropdown
- All labels from card A are shown as active.
Example Project
The bug reproduces on GitLab.com
What is the current bug behavior?
Labels from the first issue card are shown as active
What is the expected correct behavior?
The active labels list should be updated when the next issue card is selected.