orefalo / svelte-splitpanes

MIT License
383 stars 19 forks source link

[Feature] Double-click to reset size #80

Closed rylydou closed 5 months ago

rylydou commented 10 months ago

An option should be added to change the behavior of double click to reset a pane to it's original size instead of minimizing.

orefalo commented 10 months ago

Hi @rylydou With this approach, you would have an option for every single use case and the api would quickly become out of control.

a more elegant approach could be to let developer implement their own double click behavior.

that's the way it's built.

trap the double click event and program your handler.

orefalo commented 5 months ago

closing as resolved