A module for ProseMirror that provides a drop indicator plugin.
This package serves a similar purpose to the prosemirror-dropcursor package, but with the following differences:
- It doesn't render the indicator directly. Instead, you provide callbacks to control the drop indicator's behavior.
- It provides better drop-position prediction, especially for nested nodes.
- It has not yet implemented the vertical drop indicator.
MIT