From c08bcd7c56cd82dea67ba31a6e1cd40ee9fb4016 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Thu, 1 Aug 2019 00:25:31 +0300 Subject: [PATCH] return focus to site after hiding popup --- ext/fg/js/popup.js | 1 + 1 file changed, 1 insertion(+) 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() {