summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-08-01 00:25:31 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2019-08-01 00:25:31 +0300
commitc08bcd7c56cd82dea67ba31a6e1cd40ee9fb4016 (patch)
treed078ddea90064fee6fd76d2d3f6556b2434ff8da /ext
parent7cfcfb3bf34bb128dc4f5a47e7846fe4cc4c8c81 (diff)
return focus to site after hiding popup
Diffstat (limited to 'ext')
-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() {