Open Omicrxn opened 2 months ago
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}
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 ♥️
Thanks @cuire amazing work by the way if i have time I'd love to contribute in the future!😋
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}
but it doesn't matter which border you drag from it always resizes as if you were dragging from bottom right.