Feature Request: Allow drag handle to drag on any element #7392
hendrikheil
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'd like to see the drag handle be able to drag more nodes, not just top-level outer nodes.
Use Case
The current strategy is useful when the content structure isn't too nested or can be moved with an alternative method (cut & paste).
Some use cases, especially with custom tiptap elements, would benefit greatly from the drag handle being able to move to any nested node. In my particular use case, I am using Nuxt Studio, which is using the TipTap drag handle extension. In Nuxt Studio, there are custom nodes that represent blocks / content on a webpage.
Right now, I'm unable to move my nested content around and re-order it, since the drag handle always attaches to it's outer most containter node.
See nuxt-content/nuxt-studio#243 for a related issue in Nuxt Studio.
This discussion also mentioned the feature, but didn't formally request it anywhere
Type
New feature
Beta Was this translation helpful? Give feedback.
All reactions