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
I managed the resize from border using custom handles: <div slot="resizeHandle" class="absolute inset-0 cursor-se-resize border-2 border-transparent group-hover:border-primary" let:resizeStart onpointerdown={resizeStart} ></div>
but it doesn't matter which border you drag from it always resizes as if you were dragging from bottom right.
The text was updated successfully, but these errors were encountered:
I managed the resize from border using custom handles: <div slot="resizeHandle" class="absolute inset-0 cursor-se-resize border-2 border-transparent group-hover:border-primary" let:resizeStart onpointerdown={resizeStart} ></div>
but it doesn't matter which border you drag from it always resizes as if you were dragging from bottom right.
I have a big project to expand customization capabilities. But for this it is necessary to change the API. I will create a ticket and link all related tasks to it. Stay tuned ♥️
I managed the resize from border using custom handles:
<div slot="resizeHandle" class="absolute inset-0 cursor-se-resize border-2 border-transparent group-hover:border-primary" let:resizeStart onpointerdown={resizeStart} ></div>
but it doesn't matter which border you drag from it always resizes as if you were dragging from bottom right.
The text was updated successfully, but these errors were encountered: