Zahra Jabini
Zahra Jabini
This is a POC for adding line breaks (or similar tags) into mobiledoc by creating custom atoms. I worked on this a long time ago. It is not ready but...
Currently, the `mobiledoc` prop can only be set on initial component render, since the editor is created in `componentWillMount`. It would support more use cases (such as "reverting" the document...
Previously, when an exception was thrown no further updates would be able to get scheduled. This PR, adds a try/finally to ensure that the internal state is cleaned up correctly...