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

TransformControls: Set axis before triggering mouseDownEvent #12852

Merged
merged 1 commit into from Feb 1, 2018

Commits on Dec 11, 2017

  1. TransformControls: Set axis before triggering mouseDownEvent

    In my case for example I have a listener to the mousedown event. In this listener I check for the current set axis. But of course it is ```null``` because it is set just after the event was triggered.
    So my suggestion is to set the axis and AFTERWARDS trigger the event.
    cnspaha committed Dec 11, 2017
    Copy the full SHA
    7de3906 View commit details
    Browse the repository at this point in the history