Ruitao Xu

Results 5 comments of Ruitao Xu

I reproduced my scenario in [here](https://github.com/rtxu/umi-bug-report/blob/master/src/pages/resizable-inside-a-draggable.js). I think it is a special case. I use Resizable inside a useDrag element (react-dnd). And when resizing, the drag event is propagates to...

> I don't think this is necessary to prevent propagation inside the library itself. > If one needs to stop propagation of the event, they could do: > `onResize(ev) {...

@nasiruddin-saiyed I am still trying to figure out why e.stopPropagation() doesn't work for my case. I'll post the result once I confirmed.

I reproduced my scenario in [here](https://github.com/rtxu/umi-bug-report/blob/master/src/pages/resizable-inside-a-draggable.js). I think it is a special case. I use Resizable inside a useDrag element (react-dnd). And when resizing, the drag event is propagates to...

赞,会用与会实现,理解的深度就是不一样