• A
    Fix DragControls for containers not at (0,0) · 5b1b1973
    Angelo Wang 提交于
    If the container (renderer.domElement) is not at the top-left corner of the browser,
    the hit-test will always fail.
    The `TransformControl` is using the correct way, so it doesn't have such issue.
    5b1b1973
DragControls.js 4.1 KB