SplitterPanel: Exceeds minSize on Subsequent Drags #7001
Labels
good first issue
*** Welcome to PrimeVue Family! *** Good issue!
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
When using a SplitterPanel with a defined minSize, the panel correctly stops resizing at the minimum size during the first drag. However, after releasing the mouse, dragging the gutter again allows the panel to exceed the minSize by a few pixels with each attempt.
Reproducer
https://stackblitz.com/edit/lsrnxm-pabadbps?file=src%2FApp.vue
PrimeVue version
4.2.5
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The panel should not resize beyond the minSize after the initial drag.
The text was updated successfully, but these errors were encountered: