diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-08-03 22:18:53 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-08-03 22:18:53 +0300 |
commit | bf92430ea742422e2e3ab4ba5ed5c2259be4c775 (patch) | |
tree | 736143cac8a884329b00043baf640aa70aa5cac6 /ext | |
parent | 3b07a9000cbf715098b6e368c39ee9175cd5f04f (diff) | |
parent | 567b136f5f004ee887cf9a8bd950b2286fd5ddab (diff) |
Merge branch 'master' into search-terms-from-terms
Diffstat (limited to 'ext')
-rw-r--r-- | ext/fg/js/popup.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index f5ccaf8b..c8cc9baa 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -106,6 +106,7 @@ class Popup { hide() { this.container.style.visibility = 'hidden'; + this.container.blur(); } isVisible() { |