You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need a new property on the Thought so that we don't have to wait for the =img child to load?
Cursor support
Caret support
Blur when cursor is no the image
Restore browser selection when the cursor moves away (like Divider)
Steps to Reproduce
- a
- b
- c
- https://file.em.space/f/f/fd30f7c5-88ad-48cb-9499-fca6112ca02a.webp
- =img
- d
Current Behavior
Expected Behavior
When cursor is null:
When cursor is on the image:
Initial width/height:
Question: Should we embed width and height in Thought to avoid having to wait for descendants to load? Or does that go against idiomatic meta attribute usage?
- =img
- width
- 200
- height
- 300
The text was updated successfully, but these errors were encountered:
=img
child to load?Steps to Reproduce
Current Behavior
Expected Behavior
When cursor is null:
When cursor is on the image:
Initial width/height:
Question: Should we embed width and height in Thought to avoid having to wait for descendants to load? Or does that go against idiomatic meta attribute usage?
The text was updated successfully, but these errors were encountered: