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
Is there a clean way to distinguish between when panels are resized as a result of user-dragging and when panels are resized as a result of the window being resized? The use case is: if a user drags a pane closed - it should then stay closed when the window is made bigger. However at the moment, the closed pane resizes and reopens, which is not what the user will want. Furthermore, in the case of user-dragging, it would be helpful to know when a pane is being dragged/closed directly by the user, as opposed to adjacent panes which trigger the resize of their neighbours.
The text was updated successfully, but these errors were encountered:
Is there a clean way to distinguish between when panels are resized as a result of user-dragging and when panels are resized as a result of the window being resized? The use case is: if a user drags a pane closed - it should then stay closed when the window is made bigger. However at the moment, the closed pane resizes and reopens, which is not what the user will want. Furthermore, in the case of user-dragging, it would be helpful to know when a pane is being dragged/closed directly by the user, as opposed to adjacent panes which trigger the resize of their neighbours.
The text was updated successfully, but these errors were encountered: