【发布时间】:2019-07-30 21:09:44
【问题描述】:
我正在开发 React-Avatar 编辑器。我的旋转按钮没有按预期工作。这是我的代码链接:https://codesandbox.io/s/example-for-react-avatar-editor-ofoz4
【问题讨论】:
标签: reactjs typescript editor material-ui avatar
我正在开发 React-Avatar 编辑器。我的旋转按钮没有按预期工作。这是我的代码链接:https://codesandbox.io/s/example-for-react-avatar-editor-ofoz4
【问题讨论】:
标签: reactjs typescript editor material-ui avatar
您没有使用旋转值。我已经在这个 fork 中修复了它:
https://codesandbox.io/s/example-for-react-avatar-editor-dc6wh
<AvatarEditor
rotate={this.state.rotate}
/>
我还删除了旋转函数中的rotate=0。不知道你是想完全旋转它还是只在每个方向旋转一次
【讨论】: