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
smooth-dnd looks fantasic!
I intend to use the vanilla SmoothDnD instead of react-smooth-dnd, but I don't like SmoothDnD's default domDropHandler, I prefer to use reactDropHandler or customized dropHandler.
Is there is way to switch or provide a way to customize dropHandler?
smooth-dnd looks fantasic!
I intend to use the vanilla SmoothDnD instead of react-smooth-dnd, but I don't like SmoothDnD's default domDropHandler, I prefer to use reactDropHandler or customized dropHandler.
Is there is way to switch or provide a way to customize dropHandler?
I saw in https://github.com/kutlugsahin/react-smooth-dnd/blob/master/src/Container.tsx, there is a line to do the switching:
container.dropHandler = dropHandlers.reactDropHandler().handler
can you show me how with SmoothDnD?
The text was updated successfully, but these errors were encountered: