Commit 49086108 authored by Phil Hughes's avatar Phil Hughes

Fixed dropdown not changing when selected

parent 25b494cf
......@@ -35,7 +35,7 @@
isSelectable(selected, $el) {
const $link = $($el);
return $link.data('revert') || $link.hasClass('.is-active');
return $link.data('revert') || !$link.hasClass('is-active');
},
fieldName: $btn.data('field-name'),
id(selected, $el) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment