Clone pri label

This commit is contained in:
Luke Bennett 2018-04-24 13:26:39 +01:00
parent 752e4e0042
commit dc67ab2978
No known key found for this signature in database
GPG Key ID: A738E9C68D3BF31A
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export default class LabelManager {
if (action === 'remove') {
$('.js-priority-badge', $label).remove();
} else {
$('.label-links', $label).append(this.$badgeItemTemplate);
$('.label-links', $label).append(this.$badgeItemTemplate.clone());
}
}