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: Adjust word wrap strategy in Safari #3191

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

codebykat
Copy link
Member

Fix

We initially set the word-wrap option in Safari to "simple" rather than "advanced" because we noted performance issues with it. In some brief testing, it looks to me like the performance issues are now mitigated, so we can fix the line wrapping in Safari. Putting this in its own PR in case we do find that it causes issues.

Will fix #2805

Test

Open some long notes in Safari and verify that word wrap is no longer awkwardly early and also that it does not freeze the browser or cause long load times.

@codebykat codebykat requested a review from roundhill May 9, 2024 08:30
@codebykat codebykat self-assigned this May 9, 2024
Base automatically changed from try/upgrade-all-the-things to trunk May 9, 2024 17:21
@codebykat codebykat merged commit 7218b4a into trunk May 13, 2024
5 of 6 checks passed
@codebykat codebykat deleted the fix/safari-word-wrap branch May 13, 2024 06:00
@codebykat codebykat added this to the 2.22.0 milestone May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants