return focus to site after hiding popup

This commit is contained in:
siikamiika 2019-08-01 00:25:31 +03:00
parent 7cfcfb3bf3
commit c08bcd7c56

View File

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