fix bad master merge

This commit is contained in:
Simon Knox 2017-11-02 12:09:20 +02:00
parent ad2d796353
commit 64549f7025
1 changed files with 4 additions and 4 deletions

View File

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