clauderic / clauderic/react-sortable-hoc
[violation] console.log .....
Open
- Dominant language
- JavaScript
- Stars
- 10.9k
- Forks
- 959
- PR merge metrics
- No merged PRs in 30d
Description
Hello
When the event of konvajs-react occurs
The log keeps coming out like the video from react-sortable-hoc
https://user-images.githubusercontent.com/6078850/111973098-7e1e9280-8b41-11eb-9f5b-72f62a983e77.mp4
Is there any way to prevent the log from coming out?
The source of konvajs-react is as follows
```
{ this.stageRef = node}}
style={{
cursor : `url(${this.state.pointer}) 10 20,auto`,
}}
id={"canvas-stage"}
className="stage-container"
width={this.state.clientWidth * (this.state.scale / 100)}
height={this.state.clientHeight * (this.state.scale / 100)}
scaleX={this.state.scale / 100}
scaleY={this.state.scale / 100}
x={1 * (this.state.scale / 100)}
y={1 * (this.state.scale / 100)}
preventDefault={false}
onMouseDown={this.handleMouseDown}
onMousemove={this.handleMouseMove}
onMouseup={this.handleMouseUp}
onTouchStart={this.handleMouseDown}
onTouchMove={this.handleMouseMove}
onTouchEnd={this.handleMouseUp}>
this.layerRef = ref}>
{this._canvasDataRander()}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.