Merge pull request #171 from siikamiika/popup-focus

return focus to site after hiding popup
This commit is contained in:
Alex Yatskov 2019-08-02 16:24:15 -07:00 committed by GitHub
commit 567b136f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ class Popup {
hide() {
this.container.style.visibility = 'hidden';
this.container.blur();
}
isVisible() {