svelte-grid-extended
svelte-grid-extended copied to clipboard
[Feature] Add option for collision being done after drop/release from move/resize and not during
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.
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.
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
My idea is to create a currentInteraction abstraction. Then it can be accessed using gridController,
My idea is to create a
currentInteractionabstraction. Then it can be accessed usinggridController,
ohh that would be great too!