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

Fix Table Cell Border not set after paste a table #2154

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

BryanValverdeU
Copy link
Contributor

If a table cell has borderXColor and borderXWidth but do not have borderXColor, the style borderX is not provided and just returns an empty string. For example:

image

Add a parser on paste to prevent this issue.
Before
image

After
image

Source
image

@BryanValverdeU BryanValverdeU marked this pull request as ready for review October 18, 2023 00:47
@BryanValverdeU BryanValverdeU changed the title Fix Table Cell Border not set after table Fix Table Cell Border not set after paste a table Oct 18, 2023
@BryanValverdeU BryanValverdeU merged commit 655dc5d into master Oct 18, 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.

2 participants