return focus to site after hiding popup
This commit is contained in:
parent
7cfcfb3bf3
commit
c08bcd7c56
@ -106,6 +106,7 @@ class Popup {
|
|||||||
|
|
||||||
hide() {
|
hide() {
|
||||||
this.container.style.visibility = 'hidden';
|
this.container.style.visibility = 'hidden';
|
||||||
|
this.container.blur();
|
||||||
}
|
}
|
||||||
|
|
||||||
isVisible() {
|
isVisible() {
|
||||||
|
Loading…
Reference in New Issue
Block a user