You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/heightThe text was updated successfully, but these errors were encountered: