Skip to content
Snippets Groups Projects
Commit c54d2a03 authored by Phil Hughes's avatar Phil Hughes
Browse files

Removes tick from no label when selecting a label

parent 0a81c000
Branches
Tags
1 merge request!5293Updated issuable form with GL dropdowns
Loading
@@ -333,6 +333,12 @@ class @LabelsSelect
Loading
@@ -333,6 +333,12 @@ class @LabelsSelect
clicked: (label) -> clicked: (label) ->
_this.enableBulkLabelDropdown() _this.enableBulkLabelDropdown()
   
if $dropdown.parent().find('.is-active:not(.dropdown-clear-active)').length
$dropdown
.parent()
.find('.dropdown-clear-active')
.removeClass('is-active')
if $dropdown.hasClass('js-filter-bulk-update') or $dropdown.hasClass('js-issuable-form-dropdown') if $dropdown.hasClass('js-filter-bulk-update') or $dropdown.hasClass('js-issuable-form-dropdown')
return return
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment