Claudéric Demers
Claudéric Demers
Closing this in favor of #1555
I'm surprised that guidance ever worked to be quite honest. Try this out https://github.com/clauderic/dnd-kit/pull/1740
PR was missing a changeset and I don't have permissions to push to your branch, re-opening here https://github.com/clauderic/dnd-kit/pull/1543
np, thanks for the comprehensive PR description 👍
You should be able to add a story here: apps/stories/stories/react/Draggable/Modifiers/Modifiers.stories.tsx Something like: ```ts export const SnapToCursor: Story = { name: 'Snap to cursor', args: { modifiers: [SnapCenterToCursor], }, }; ```
Hey @kachurun, I took a quick look at the code and it looks great 💯 I'm no expert with SignalJS but would happily accept your contributions if you're up for...
Updated in https://github.com/clauderic/dnd-kit/commit/b5e5962ea690f3338b67186b477ae64e238af30f, sorry about that! As @JiuRanYa mentioned, you need to `import { Sortable } from '@dnd-kit/dom/sortable'`
Hey can you help me better understand the use-case for this? I was considering introducing a native drag and drop plugin, for example, to allow drag and drop across windows,...
Can you make sure to make the sandbox public?
Feel free to submit a PR, would gladly accept it. Will get to it when I can otherwise.