soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing the List button while in a table cell breaks the table and it is impossible to recover

npcole opened this issue · comments

While inside a table cell, pressing the "List" button on the toolbar results in a broken table layout -- presumably a block being introduced between table cells. Unfortunately, it is impossible to remove this block.

It is possible that this bug affects other block types as well.

commented

yes~ I am having the same, is it possible to error handle or at least prevent users doing the action?

commented

Right. Maybe I could prevent users insert list in the table cell.

@soccerloway Thank you for the fantastic module. Just wondering if there has been any progress on this issue, or if you have any recommendations about how I can monkey patch this issue, simply by preventing users from inserting <li> elements?