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() {