outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

Home Page:https://www.getoutline.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editor state does not update when new value is an empty string

loun4 opened this issue · comments

Can you allow editor update with empty string ?

if (this.props.value && prevProps.value !== this.props.value) {