cybersemics / em

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

URL is not ellipsized after cursor moves to sibling #2040

Closed raineorshine closed 2 months ago

raineorshine commented 3 months ago

Steps to Reproduce

- A
  - https://open.substack.com/pub/noahpinion/p/interview-sarah-c-paine?r=7kxga&utm_medium=ios&utm_campaign=post
  - B
  1. Set the cursor on the URL.
  2. Set the cursor on B.

Current Behavior

The URL does not ellipsize. The url icon is rendered as if it was ellipsized, suggesting that the ThoughtAnnotation component re-rendered, but the Thought component did not.

image

Expected Behavior

The URL should ellipsize and the thought should be re-rendered in the correct place.

image