我正在使用React-Avatar Editor。我的旋转按钮无法正常工作。这是我的代码链接:https://codesandbox.io/s/example-for-react-avatar-editor-ofoz4
答案 0 :(得分:2)
您没有使用旋转值。我已经将其固定在此叉子中:
https://codesandbox.io/s/example-for-react-avatar-editor-dc6wh
<AvatarEditor
rotate={this.state.rotate}
/>
我还删除了旋转功能中的rotate=0
。不知道是要完全旋转还是要在每个方向旋转一次