react-grid-layout / react-resizable

A simple React component that is resizable with a handle.

Home Page:https://strml.github.io/react-resizable/examples/1.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle resize components but not trigger resize event

gaecoli opened this issue · comments

Thanks for opening an issue!

Please select the type of issue you're reporting. For questions.

  • Bug
  • Feature Request
  • [ x] Question

Please describe the problem here.
when i handle to resize content, but why this component not trigger resize event? maybe this is a bug? or problem?

System Info

Node Version: 8.6.0
Browser: chrome
OS: Mac OS

I noticed sometimes that you need to move the cursor really far away to start triggering the onResize event, even though onResizeStart and onResizeStop trigger correctly.