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

Handle bar still moving even when dealer is disabled. #121

Open
jestrux opened this issue Dec 14, 2017 · 1 comment
Open

Handle bar still moving even when dealer is disabled. #121

jestrux opened this issue Dec 14, 2017 · 1 comment

Comments

@jestrux
Copy link

jestrux commented Dec 14, 2017

Hi, I had a situation where the I wanted the dealer to be activated only when the handle was held. What happened was that the transform styles were still being applied to the handle even when the dealer was disabled.

@jestrux
Copy link
Author

jestrux commented Dec 14, 2017

Okay so I fixed it by adding this
if(this.disabled) return;

on line 682 on the renderHandlePosition method.

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