aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-08-03 22:18:53 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2019-08-03 22:18:53 +0300
commitbf92430ea742422e2e3ab4ba5ed5c2259be4c775 (patch)
tree736143cac8a884329b00043baf640aa70aa5cac6
parent3b07a9000cbf715098b6e368c39ee9175cd5f04f (diff)
parent567b136f5f004ee887cf9a8bd950b2286fd5ddab (diff)
Merge branch 'master' into search-terms-from-terms
-rw-r--r--ext/fg/js/popup.js1
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() {