outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 590 forks source link

fix: remove extra separator #574

Closed iamsaumya closed 2 years ago

iamsaumya commented 2 years ago

No. 5 in #573

iamsaumya commented 2 years ago

Icebreaker 🧊

iamsaumya commented 2 years ago

But why is it failing? 🙄

iamsaumya commented 2 years ago

Tom, I think it's because we didn't bind the arrow function inside constructor with this. If that's the case, I think converting to old function declaration will much better than writing bindings.

tommoor commented 2 years ago

main was failing, you can pull latest to resolve build issues