react-component-resizable
react-component-resizable copied to clipboard
Triggers are not reset at the end of scroll event handler
Which leads to losing a lot of scroll events after some resizing has done. You can see it in this example. Just try to make window narrower and then wider. To see how the fix works just uncomment resetTriggers(this); in scrollListener function.
See first commit from proposed PR for a fix.