react-multi-split-pane icon indicating copy to clipboard operation
react-multi-split-pane copied to clipboard

Missing allowResize prop

Open Roshdy opened this issue 2 years ago • 0 comments

I know this is based on the react-split-panes which is great. But this one is missing a key feature allowResize=false

The workaround I'm guessing would be stopping the event onDragStart, but the resizer would it still be there, which will make us forced to use conditional styling.

Also if possible to include percentage size as well, as the workaround now it to manually calculate it based on the window width/height

Roshdy avatar Jun 14 '22 07:06 Roshdy