antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.85k stars 166 forks source link

Double click to average the width/height of panes like vscode? #181

Open songispm opened 1 year ago

songispm commented 1 year ago

Double click now is to max width/height the pane. but I want average the width/height like vscode.

Please add this props option (Maximizing or averaging is optional) or give the double click event, let developer to implement it.