无法旋转图像以做出反应

时间:2019-07-30 21:09:44

标签: reactjs typescript editor material-ui avatar

我正在使用React-Avatar Editor。我的旋转按钮无法正常工作。这是我的代码链接:https://codesandbox.io/s/example-for-react-avatar-editor-ofoz4

1 个答案:

答案 0 :(得分:2)

您没有使用旋转值。我已经将其固定在此叉子中:

https://codesandbox.io/s/example-for-react-avatar-editor-dc6wh

              <AvatarEditor
                rotate={this.state.rotate}
              />

我还删除了旋转功能中的rotate=0。不知道是要完全旋转还是要在每个方向旋转一次