Resolved: Prosemirror-dropcursor with `disableDropCursor` option is not published

Just a heads up, it appears that the latest code of prosemirror-dropcursor which is supposed to use disableDropCursor from nodespec, is not released.

For example: https://unpkg.com/browse/prosemirror-dropcursor@1.3.5/dist/index.es.js

Versus:

Cheers!

I started pulling this into my project, and started converting to TypeScript, and it does appear this code is not actually working yet. ~I found the following type errors:~

~Where pageXOffset & pageYOffset are not defined.~

edit: My bad, these are just window/globalThis properties

Indeed, that was an oversight. I’ve released 1.4.0

1 Like

Thanks!