Nathan Hur

Results 3 comments of Nathan Hur

in your `dnd-drop` callback, you can get the event. Inside this event is the `path` - if your structure is fixed then you can easily check if it's nested inside...

@mchestnut thanks for sharing your fix, I was pulling my hair out for ages! FWIW this fixes the same issue for @tiptap/react

Ran into this as well — a workaround like `'linear-gradient(to bottom, #ffffff00, #ffffff00, white)'` got me closer to what I wanted.