Skip to content

Commit

Permalink
Add review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Jan 20, 2025
1 parent 8c891fe commit 283f5c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parseExpensiMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ function parseExpensiMark(markdown: string): MarkdownRange[] {
);
return [];
}
const sortedRanges = sortRanges(ranges);
let markdownRanges = sortedRanges;
let markdownRanges = sortRanges(ranges);
if (Platform.OS === 'android') {
// Blocks applying italic and strikethrough styles to emojis on Android
// TODO: Remove this condition when splitting emojis inside the inline code block will be fixed on the web
Expand Down

0 comments on commit 283f5c6

Please sign in to comment.