Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Dec 21, 2018
2 parents b2706ad + 5b24cb7 commit 03f7f7c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
const SELECTOR_MODAL = '.ez-modal';
const resetSelection = () => {
doc.querySelectorAll(`${SELECTOR_LABEL} .ez-translation__input`).forEach((input) => {
if (input.closest('[hidden]')) {
return;
}

input.checked = false;
});
};
Expand Down

0 comments on commit 03f7f7c

Please sign in to comment.