I cannot. I tried last night to go back some versions and didn’t get it to work in older versions either. I am thinking that maybe it is in Chrome’s selection related code that there has been a change. Or maybe I somehow overlooked this issue hitherto.
If you have a nodeview for a node with content and you don’t want to let the user modify the DOM of the nodeview’s shell but do allow the user to modify the content via prosemirror, is it recommended that you add a contenteditable=false
attribute on the nodeview’s dom and contenteditable=true
on the nodeview’s contentDOM?