attoae / quill-table-better

A module that enhances the table functionality of Quill.
MIT License
59 stars 5 forks source link

在ngx-quill中显示不正常 #44

Open cywforce opened 1 week ago

cywforce commented 1 week ago

1、在ngx-quill中插入表格,然后保存 1

2、再次打开进入编辑状态,表格没有显示 2

3、找不到ql-table-block的css定义

attoae commented 1 week ago

Refer to #12. setContents is automatically called internally in the plugin. You don't need to pass in data and manually call updateContents externally. The Pull request needs to be merged to resolve the setContents issue.