splitpanes icon indicating copy to clipboard operation
splitpanes copied to clipboard

Initial size is not calculated correctly

Open Popeye4242 opened this issue 4 years ago • 1 comments

I have created a sample with a long loading component.

When I Enter the page then I see the Splitter being resized during load.

I have already disabled the transition but you can still see the page being resized for a microsecond.

https://github.com/Patrick-Spiegel/SplitpanesDemo

Popeye4242 avatar Mar 13 '20 08:03 Popeye4242

Hi, I am also facing same issue, when i enter the page then the splitter being resized. How did you disabled the transition.. using CSS works for me. .splitpanes--vertical .splitpanes__pane{ transition: none !important }

Rajasekhar1989 avatar Feb 10 '22 11:02 Rajasekhar1989