未验证 提交 5ac20d71 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14487 from govizlora/dev

DragControls: Keep the cursor as a pointer after dragging
......@@ -154,7 +154,7 @@ THREE.DragControls = function ( _objects, _camera, _domElement ) {
}
_domElement.style.cursor = 'auto';
_domElement.style.cursor = _hovered ? 'pointer' : 'auto';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册