Skip to content

Commit

Permalink
Merge pull request #93 from izwick-schachter/blur-fix
Browse files Browse the repository at this point in the history
Resolved blur not disappearing when save button clicked
  • Loading branch information
Cerbrus committed Jul 24, 2017
2 parents a0eea28 + db72c95 commit 5e2f113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fire/fire.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,8 @@
const value = input.val();
if (value && value.length === fire.constants.metaSmokeCodeLength)
callback(value);

closePopup();
},
/**
* Close all popup windows and open the "Request write token" popup.
Expand Down

0 comments on commit 5e2f113

Please sign in to comment.