Curtis Dulmage
Curtis Dulmage
Would also love to see a fix for this 🙏
@freese the best that I can determine is that `useInsertionPoint` was added to the codebase in the `v6-beta.0` release: https://github.com/styled-components/styled-components/releases/tag/v6.0.0-beta.0 This hook _(as I understand it)_ is specifically for authors...
@ralcar I am not sure what the status of this is and I have not heard from @tsov about it so I think you will need to find another solution....
You could do something clever on `drag:start` that looks at the mouse position and compares it against the position of the button, and `cancel` if its overtop of that button....
@tsov I feel like thats a good start... but we should offer something more flexible. Let's say I have a `div` instead of a `button` because _"reasons"_. And I want...
> You can create and patch the elements with a virtual dom library (like e.g. snabbdom). I just built a nested kanban-board with this technique. @fdietze that sounds really cool!...
@GRBurst Again I have to apologize for the late reply. Can you elaborate on `properties`? Also, maybe there is a scenario you can describe for me? _(what things about the...
Hey @jarben - so you are looking for something that does not allow you to drag the `mirror` outside of a `container` _(bounding box)_? I suspect in this scenario the...
Hey @chrismanderson ! Sorry for the trouble. It _sounds_ like you could do something similar to what we are doing in the [Multiple Containers](https://shopify.github.io/draggable/examples/multiple-containers.html) example. Please [take a look here](https://github.com/Shopify/draggable/blob/master/examples/src/content/Sortable/MultipleContainers/index.js#L38-L56)...
That is **awesome**. I am currently waiting to try and move this repo to its own org so I can hand off ownership to someone outside the company. Won't be...