Skip to content

Make iOS attributes not reappear in empty lines - #181

Merged
szydlovsky merged 1 commit into
mainfrom
@szydlovsky/empty-line-attributes-fix
Oct 3, 2025
Merged

szydlovsky merged 1 commit into
mainfrom
@szydlovsky/empty-line-attributes-fix

Conversation

@szydlovsky

Copy link
Copy Markdown
Collaborator

This PR fixes two pretty obscure iOS issues;

  • backspacing a line until it's empty made attributes from previous line be applied in the empty line. It looked especially dumb with lists/blockquotes that just got put there together with their zero width spaces (so custom drawing as well)
  • just changing selection to an empty line that follows some non empty line also used the previous line's attributes. This wasn't as bad because custom drawing from lists/quotes wasn't there, but the indents from them still were there.

@szydlovsky
szydlovsky requested a review from exploIF October 3, 2025 13:52
@szydlovsky
szydlovsky merged commit a92ac63 into main Oct 3, 2025
5 checks passed
@szydlovsky
szydlovsky deleted the @szydlovsky/empty-line-attributes-fix branch October 3, 2025 14:39
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