cybersemics / em

A beautiful, minimalistic note-taking app for personal sensemaking.
Other
282 stars 107 forks source link

URL line-height is incorrect on paste #2041

Closed raineorshine closed 2 months ago

raineorshine commented 3 months ago

Steps to Reproduce

https://open.substack.com/pub/noahpinion/p/interview-sarah-c-paine?r=7kxga&utm_medium=ios&utm_campaign=post

After pasting, type a letter on the keyboard to edit the thought. Notice how the line-height switches to the correct, smaller, line-height.

Current Behavior

Line-height is too large.

Brave Browser 2024-06-16 11 51 57

Expected Behavior

Line-height should be smaller.

This is not an issue with the line-height itself, but with switching between single line and multiline mode (See: useMultiline). It may be related to URL ellipsis. You should not change any CSS.

image