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 588 forks source link

Table format is not working in the latest version 11.17.9 #550

Closed Aaron-Hu closed 2 years ago

Aaron-Hu commented 2 years ago

This issue can be reproduced in 11.17.9, and 11.17.3 works fine. To Reproduce

  1. create an empty table, and click the column bar or row bar. As you can see there is not table format popup. image

  2. Input a table header, and click the column bar again. As you can see the format popup. image

    seems like the column popup only works when the first cell has content.

  3. If you click the row bar when this row is empty. As you can see there is not table format popup. image

  4. Input some text in the first cell, and click the row bar again. As you can see the format popup. image

  5. If you input text in the second cell, and click the row bar again. As you can see there is not table format popup. image

    seems like the row popup only works when the first cell has content.