Hi.
I have setup this test page:
https://stackblitz.com/edit/react-gpfhk9?file=app/main.tsx
The page shows 2 issues:
1) I implemented an external button that should collapse the "Sub Content" pane to the bottom. But instead of collapsing the "Sub Content" pane by moving the divider to the bottom, the divider stays where it is and the "Sub Content" pane gets collapsed to the top.
2) When you just reload the page in its initial state and then click on the triangle button on the divider to collapse the "Sub Content" pane, it shows the same behavior which I described above. But if you just move the horizontal divider a bit up or down and then click the triangle, the divider moves to the bottom as expected.
Is this a bug or am I doing something wrong and can somehow implement a setting so that the behavior will work as expected?
Thanks!
Greetings,
Bernd