react-resizable-layout icon indicating copy to clipboard operation
react-resizable-layout copied to clipboard

A horizontal split within a horizontal split (or a vertical split within a vertical split), both with reverse = false, is not resized correctly.

Open axilmar opened this issue 1 year ago • 0 comments

If there is a horizontal split within another horizontal split, and both splits are set to reverse = false, then the inner split is offset when resized by the size of the outer split left component.

What is missing is the translation of the coordinates from local to global space.

axilmar avatar May 05 '23 09:05 axilmar