Skip to content

Commit

Permalink
Bugfix when turning off form input option on tab already receiving input
Browse files Browse the repository at this point in the history
  • Loading branch information
deanoemcke committed Aug 21, 2018
1 parent fc00e30 commit 25fab8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
if (isIgnoreForms) {
initFormInputListener();
}
isReceivingFormInput = isReceivingFormInput && isIgnoreForms;
}
if (request.hasOwnProperty('tempWhitelist')) {
if (isReceivingFormInput && !request.tempWhitelist) {
Expand Down

0 comments on commit 25fab8b

Please sign in to comment.