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

Intensity slider controlled by speed toggle #94

Open
SRGDamia1 opened this issue Jul 24, 2022 · 0 comments
Open

Intensity slider controlled by speed toggle #94

SRGDamia1 opened this issue Jul 24, 2022 · 0 comments

Comments

@SRGDamia1
Copy link

createIntensitySlider(stateObj) {
if (this.config.speed === false) return html``;
if (this.dontShowFeature('intensity', stateObj)) return html``;

Shouldn't link 335 be if (this.config.intensity === false) return html``;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant