Skip to content

Commit

Permalink
change Safari word-wrap strategy (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat authored May 13, 2024
1 parent 6509319 commit 7218b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/note-content-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ class NoteContentEditor extends Component<Props> {
unusualLineTerminators: 'auto',
wordWrap: 'bounded',
wordWrapColumn: 400,
wrappingStrategy: isSafari ? 'simple' : 'advanced',
wrappingStrategy: 'advanced',
}}
value={content}
/>
Expand Down

0 comments on commit 7218b4a

Please sign in to comment.