curvenote / editor

An interactive scientific editor built with ProseMirror, React and Redux - by Curvenote.
https://curvenote.com
MIT License
291 stars 32 forks source link

Once a DynamicText is added it can break the editor #123

Open stevejpurves opened 2 years ago

stevejpurves commented 2 years ago

This is difficult to reproduce reliably but when adding dynamic elements to text I have encountered:

The following image does not show the issue but shows the piece of text I was working on when I hit these problems (note there are several more dynamic text elements higher up the page) image

rowanc1 commented 2 years ago

I think this is chrome+content-editable+webcomponents.

Solution is likely to move away from webcomponents for things that go in the editor.