Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v2.23.3]

### Fixes

- Remove hanging indent support due to its detrimental effect on word-wrapped list items [#3302](https://github.com/Automattic/simplenote-electron/pull/3302)

## [v2.23.2]

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/note-content-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ class NoteContentEditor extends Component<Props> {
unusualLineTerminators: 'auto',
wordWrap: 'bounded',
wordWrapColumn: 400,
wrappingIndent: 'none',
wrappingIndent: 'same',
wrappingStrategy: 'advanced',
}}
value={content}
Expand Down