ueberdosis / tiptap

The headless rich text editor framework for web artisans.
https://tiptap.dev
MIT License
26.6k stars 2.23k forks source link

[Bug]: draggable event #5382

Closed Criska9527 closed 1 month ago

Criska9527 commented 1 month ago

Affected Packages

"@tiptap/core": "^2.2.4",

Version(s)

"@tiptap/core": "^2.2.4",

Bug Description

I'm using draggable: true, to drag my node, and now I want to know the events related to dragging, such as what's being dragged to, where it's going to be dragged to, and so on, but I can't find what I'm looking for in the documentation

Browser Used

Edge

Code Example URL

1

Expected Behavior

draggabledraggable

Additional Context (Optional)

draggabledraggabledraggable

Dependency Updates

nperez0111 commented 1 month ago

You can look at this for an implementation that we haven't gotten around to merging https://github.com/ueberdosis/tiptap/pull/4843