Safari draggable paragraph issue

in safari when you set a paragraph as draggable you can place the cursor inside marks
steps to reproduce:

  1. make paragraph draggable in schema
  2. add marks part of the paragraph (for example mark some text as bold)
  3. you can’t place the cursor (mouseclick) inside the bold parts

my guess: prosemirror sets draggable=“false” to parent which is different to “auto” when no draggable attribute is set

Duplicated at https://github.com/ProseMirror/prosemirror/issues/1006