You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window.close() causes the focus to return to the window which had the popup. Firefox will close the popup automatically when the window loses focus, so window.close() is not needed in this case.
The text was updated successfully, but these errors were encountered:
https://github.com/kumar303/sound-control/blob/master/src/tab.js#L75
window.close()
causes the focus to return to the window which had the popup. Firefox will close the popup automatically when the window loses focus, sowindow.close()
is not needed in this case.The text was updated successfully, but these errors were encountered: