aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {