You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
Thank you for this nice piece of code.
Could you check this issue when resizing a panel to the left using containment ?
I have attached a video to show the problem that I think is related to the line 4211 of jspanel.js
if (w <= maxWidth && w >= minWidth && w <= maxWidthWest) {