Skip to content

Commit

Permalink
method name change
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Jan 7, 2025
1 parent d9403a2 commit 625f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/3dview/mainview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@ export class MainView extends React.Component<IProps, IStates> {
<input
type="number"
value={this.state.rotationSnapValue}
onChange={this.handleSnapChange}
onChange={this._handleSnapChange}
style={{
width: '50px',
padding: '4px',
Expand Down

0 comments on commit 625f651

Please sign in to comment.