chanzuckerberg / czi-prosemirror

Rich Text Editor built with React and ProseMirror
MIT License
346 stars 62 forks source link

[FIX] Resizing table with merged cells should work as expected. #83

Closed hedgerwang closed 5 years ago

hedgerwang commented 5 years ago

About

After resizing a cell that spans multiple columns, the table's layout will appear broken (e.g. wider or narrower than expected).

Test Plan

Before After
Resizing a simple table works fine, but resizing a table with merged cells will end up with wrong layout Works as expected
before after
hedgerwang commented 5 years ago

This also addresses the issue #73