split icon indicating copy to clipboard operation
split copied to clipboard

Allow changing minSize after split has been created

Open ragauskl opened this issue 6 years ago • 1 comments

It would be nice to have split.setMinSizes(), instead of having to destroy and recreate the split

ragauskl avatar Oct 23 '19 16:10 ragauskl

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.

renaud-sc avatar Aug 12 '21 09:08 renaud-sc