andrewzjl
Results
2
comments of
andrewzjl
trafficstars
How is the fix now? Does any body work on it? I meet the same problem and I don't know how to set the iframeFix.
I find the solution as referred to https://www.cnblogs.com/lovesong/p/3367322.html ``` // js onDragStart = () => { this.setState({ isDragging: true }) } onDragStop = (e, d) => { this.onDrag(e, d) this.setState({...