prosemirror-dropcursor
Advanced tools
Changelog
1.8.1 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.8.0 (2023-03-27)
If the color
option is set to false
, the library will not assign an explicit color to the cursor.
Changelog
1.7.1 (2023-03-02)
Don't hide the drop cursor when no valid drop point can be found below the pointer.
Changelog
1.7.0 (2023-02-07)
The drop cursor element now has a prosemirror-blockcursor-block
/inline
CSS class depending on whether it is in a block or inline position.
Changelog
1.6.1 (2022-10-25)
Fix a crash when there's no DOM for the node next to the drag position.
Changelog
1.6.0 (2022-08-07)
disableDropCursor
is now passed the dragover event as 3rd argument.
Changelog
1.4.0 (2021-11-11)
Add support for a disableDropCursor
property on node specs, which can be used to turn off the drop cursor inside such nodes.