Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 836 Bytes

File metadata and controls

19 lines (11 loc) · 836 Bytes

prosemirror-drop-indicator

NPM version

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.

API documentation

License

MIT