-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dragging splitter between 3+ elements #31
Comments
It's possible but not entirely straightforward. The react-mosaic pane structure is a binary tree, so those three windows internally are represented by |
Any chance this could be improved? I was considering using react-mosaic before learning this. Thanks! |
I think it would be a good improvement but fairly involved. Might be best to do with an API break (making |
Let's say I have 3 panes
And lets say it's split so the outer split is A vs BC and on the right is a nested split for B vs C
So if I drag the sizer between A and B the sizer for C moves. But that's not what I'd like to happen
If they move the sizer between A and B it should only make A and B bigger or smaller and not affect C.
The more nested the worse this gets making it very hard to adjust pane sizes.
would that be an easy change?
The text was updated successfully, but these errors were encountered: