Skip to content

Commit

Permalink
Fixed Safari color emoji rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Dec 1, 2024
1 parent 2c2fe1f commit 0a8fa1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http:
- Fixed $effect cycle in palette
- Fixed label ids on palette
- Fixed exiting reactivity bug in StageView.
- Fixed Safari color emoji rendering.

## 0.13.0 2024-11-02

Expand Down
4 changes: 1 addition & 3 deletions src/components/output/PhraseView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@
style:height="{metrics.height}px"
style:line-height="{metrics.height}px"
/>
{:else if text instanceof TextLang}{withColorEmoji(
text.text,
)}{:else if text instanceof Markup}<MarkupHtmlView
{:else if text instanceof TextLang}{text.text}{:else if text instanceof Markup}<MarkupHtmlView
markup={text.asLine()}
inline
/>{/if}
Expand Down

0 comments on commit 0a8fa1d

Please sign in to comment.