Skip to content
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

opacitySlider is never seen #1898

Closed
simon-leech opened this issue Feb 14, 2025 · 1 comment · Fixed by #1899
Closed

opacitySlider is never seen #1898

simon-leech opened this issue Feb 14, 2025 · 1 comment · Fixed by #1899
Assignees
Labels
Bug A genuine bug. There must be some form of error exception to work with.

Comments

@simon-leech
Copy link
Contributor

simon-leech commented Feb 14, 2025

The opacitySlider is not currently seen when you specify layer.style.OpacitySlider = true.
This is due to the nullish assignment of the layer.style.elements array not containing it, so it can never be called.

┆Issue is synchronized with this Asana task by Unito

@simon-leech simon-leech self-assigned this Feb 14, 2025
@simon-leech simon-leech added the Bug A genuine bug. There must be some form of error exception to work with. label Feb 14, 2025
@simon-leech simon-leech linked a pull request Feb 14, 2025 that will close this issue
@dbauszus-glx
Copy link
Member

This has been resolved in linked PR by including the opacitySlider to the default elements array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A genuine bug. There must be some form of error exception to work with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants