svelte-splitpanes icon indicating copy to clipboard operation
svelte-splitpanes copied to clipboard

minSize bug with 8.0.5

Open ozbej opened this issue 1 year ago • 1 comments

I have this setup with 8.0.5:

<Splitpanes class="default-theme" style="height: 400px">
  <Pane minSize={20} size={55}>
    <Splitpanes dblClickSplitter={false} theme="modern-theme">
      <Pane minSize={20}><div>Test 1</div></Pane>
      <Pane minSize={20}><div>Test 2</div></Pane>
      <Pane minSize={20}><div>Test 3</div></Pane>
    </Splitpanes>
  </Pane>
</Splitpanes>

minSize doesn't work correctly with svelte-splitpanes version 8.0.5, it is not correctly blocking the view from not being shrinked down. However, it works in version 0.8.2.

ozbej avatar Jun 21 '24 17:06 ozbej

will look into it,

..and I also realized I am working way to late at night... the version should be 0.8.5 damn it

https://svelte.dev/repl/a34fb50553924cbb919fde6a8633c1c0?version=4.2.18

orefalo avatar Jun 30 '24 07:06 orefalo

I believe this bug is resolved in version 8.0.6. Please try

orefalo avatar Sep 24 '24 15:09 orefalo

closing , should be fixed

orefalo avatar Sep 27 '24 04:09 orefalo