EuiResizableContainer when dragging, if mouse leaves the main container event handler is unattched. User have to click again on resizeable button to resize.
I think event handler attachment should be adjusted to make sure even if it leaves container , event handler remains attched.
We can also allow user passing the container element to which we want to attach the mouse event.
EuiResizableContainer when dragging, if mouse leaves the main container event handler is unattched. User have to click again on resizeable button to resize.
I think event handler attachment should be adjusted to make sure even if it leaves container , event handler remains attched.
We can also allow user passing the container element to which we want to attach the mouse event.