Unable to delete tables?

I can’t find any online demos of tables so I’m not sure if this is specific to our implementation, but when using prosemirror-schema-tables and such, I’m unable to delete tables (via backspace) after creating them. Is this expected?

Selecting text above and below the table and then deleting it works however.

I’ve noticed a similar issue with figure nodes that have a caption. I’ve opened #485 to track this.

I came up with a suggestion on how to handle the deletion of tables nodes in another related issue: #484