Merge pull request #171 from siikamiika/popup-focus
return focus to site after hiding popup
This commit is contained in:
commit
567b136f5f
@ -106,6 +106,7 @@ class Popup {
|
||||
|
||||
hide() {
|
||||
this.container.style.visibility = 'hidden';
|
||||
this.container.blur();
|
||||
}
|
||||
|
||||
isVisible() {
|
||||
|
Loading…
Reference in New Issue
Block a user