Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a bullet list in the table destroys it and adding a new bullet point doesn't work #47

Closed
robertSt7 opened this issue Nov 19, 2024 · 3 comments

Comments

@robertSt7
Copy link

First thanks for the great plugin.

I am facing the following problem:
When creating a bullet list in a cell and then try to import the data after exporting, a TypeError occurs:
Uncaught TypeError: Cannot convert undefined or null to object

Also adding a new bullet point doesn't work.

@attoae
Copy link
Owner

attoae commented Nov 19, 2024

Refer to #12.
setContents causes the table to not display properly, replace with updateContents.
The Pull request needs to be merged to resolve the setContents issue.

@robertSt7
Copy link
Author

@attoae I am using updateContents and the table is displayed after re-importing, but with smaller row size or some cells are deleted.
There are also some problems during editing like:
When adding some points and then delete one with backspace a new cell will be added
image

@attoae
Copy link
Owner

attoae commented Nov 20, 2024

Okay, I will handle this issue.

attoae added a commit that referenced this issue Nov 20, 2024
@attoae attoae closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants