-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window.others({ screen: window.screen() }) seems duplicate some Windows #118
Comments
@alswl Does this happen with the master build? |
@alswl I think this is invalid. An app can certainly have multiple windows in one screen (though they might not be visible). |
@kasper Yes, it happen with the master build. But in the old version Phoenix, the Google Chrome is only one windows. I'll try with condition of visible windows. |
You are right, add visible filter makes it works.
|
@alswl Use |
When I use
window.screen()
, some application will duplicate in it.The Google Chrome will cause this case.
The text was updated successfully, but these errors were encountered: