svelte-grid-extended icon indicating copy to clipboard operation
svelte-grid-extended copied to clipboard

Resize from border with multiple directions not only bottom right

Open Omicrxn opened this issue 1 year ago • 2 comments

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.

Omicrxn avatar Aug 19 '24 17:08 Omicrxn