split
split copied to clipboard
Allow changing minSize after split has been created
It would be nice to have split.setMinSizes(), instead of having to destroy and recreate the split
The same goes for maxSize. A typical use case I see: you want to limit the sizes based on window.innerWidth but then the user resize its browser so you want to react to a window resize event to readjust the limits.