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

Added check if HTML text in Clipboard contains table tag #427

Merged
merged 2 commits into from Sep 15, 2023

Conversation

Turtlak12345
Copy link
Contributor

Added check if HTML text contains table tag, so far it was failing with console error.
For example when you copy only 1 cell from Google Sheets, HTML string doesn't contains table tag and nothing is inserted.

Content of this pull request checks if table tag exists in HTML string, if doesn't contains it just takes plain text as inserted value.

Turtlak and others added 2 commits September 15, 2023 14:52
before parsing text from html string, check if html string have table…
@revolist revolist merged commit 21ad019 into revolist:master Sep 15, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants