We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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() }) did not works as expected.
window.others({ screen: window.screen() })
It return the windows of current two displays, not only current screen.
Now I fixed with the configuration.
alswl/.oOo.@31bad33#diff-c242c5e0ce099258ad80f34cfd202858L150
The text was updated successfully, but these errors were encountered:
@alswl Terribly sorry about this too!
Sorry, something went wrong.
Fix issue that prevented Window#others(...) returning the correct win…
b62f6db
…dows based on the screen optional (#116)
Fixed. Thanks for the report!
fix:
f071255
kasper/phoenix#118 kasper/phoenix#116 kasper/phoenix#117
5adff83
kasper
No branches or pull requests
window.others({ screen: window.screen() })
did not works as expected.It return the windows of current two displays, not only current screen.
Now I fixed with the configuration.
alswl/.oOo.@31bad33#diff-c242c5e0ce099258ad80f34cfd202858L150
The text was updated successfully, but these errors were encountered: