fix bad master merge

This commit is contained in:
Simon Knox 2017-11-02 12:09:20 +02:00
parent ad2d796353
commit 64549f7025

View file

@ -391,13 +391,13 @@ export default class LabelsSelect {
.then(fadeOutLoader) .then(fadeOutLoader)
.catch(fadeOutLoader); .catch(fadeOutLoader);
} }
else if (handleClick) {
e.preventDefault();
handleClick(label);
}
else { else {
if ($dropdown.hasClass('js-multiselect')) { if ($dropdown.hasClass('js-multiselect')) {
}
else if (handleClick) {
e.preventDefault();
handleClick(label);
} }
else { else {
return saveLabelData(); return saveLabelData();