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

[Feature] Add option for collision being done after drop/release from move/resize and not during

Open nixigaj opened this issue 1 year ago • 4 comments

Maybe you could have a preview during move/resize of how items will be rearranged after drop/release but if the pane is then dropped/released back at its original position or the escape key is pressed during drag, it restores the original arrangement.

nixigaj avatar Nov 15 '23 13:11 nixigaj

nice, i was also hoping to have other events such as onDragStop and onDragStart etc. Great library, i'm having a good result from it.

ihsanmohamad avatar Feb 27 '24 14:02 ihsanmohamad

nice, i was also hoping to have other events such as onDragStop and onDragStart etc. Great library, i'm having a good result from it.

Good idea, can you create separate issue for it

cuire avatar Feb 27 '24 14:02 cuire

My idea is to create a currentInteraction abstraction. Then it can be accessed using gridController,

cuire avatar Feb 27 '24 14:02 cuire

My idea is to create a currentInteraction abstraction. Then it can be accessed using gridController,

ohh that would be great too!

ihsanmohamad avatar Feb 27 '24 14:02 ihsanmohamad