antoniandre / splitpanes

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

Programmatic resizing can‘t catch the resize event #212

Open andyesfly opened 1 month ago

andyesfly commented 1 month ago

I have two panes, when i change the pane size by programmatic way, the size is changed, but resize event doesn't catch. How to fix this? @antoniandre