react-resizable icon indicating copy to clipboard operation
react-resizable copied to clipboard

handleSize prop not working

Open franciscofabian opened this issue 6 years ago • 2 comments

Thanks for opening an issue!

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

  • [x] Bug

Problem Report

The prop handleSize doesn't work. Changing the default prop doesn't change the default handleSize value.

System Info

Node Version: Browser: All OS: All

Reproduction

If this is a bug report, please provide a reproduction of the issue by going to http://www.webpackbin.com/41YFBvekG. Paste a link here to your working reproduction.

franciscofabian avatar Oct 14 '18 15:10 franciscofabian

Weird, doesn't actually look like the handleSize prop is being used anywhere. Seems maybe the idea is to use either the handle prop or customize your CSS instead? Maybe @STRML can provide some context on handleSize.

RoccoC avatar May 07 '19 01:05 RoccoC

https://github.com/react-grid-layout/react-resizable/blob/master/lib/Resizable.js#L168 - that parameter is picked from props, but never used. Definitely a bug.

jacekk avatar Mar 26 '21 11:03 jacekk