Skip to content

[BUG] fix text overflow issue #34

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boris1022chan
Copy link

Problem

I notice an instance where text fails to wrap around properly. A paragraph will render as a long single-lined sentence that exceed the slide width

Root Cause

When determining text width, it was only comparing with undefined but parsedInt used above can result in NaN

Test

file used for testing created in original (office 365)
Screenshot 2025-05-28 at 3 49 11 PM
before
Screenshot 2025-05-28 at 4 08 15 PM
after
Screenshot 2025-05-28 at 4 08 22 PM

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.

1 participant