Skip to content

Commit

Permalink
Proper selection highlight of numbered code
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Apr 8, 2022
1 parent bd5a394 commit 868f436
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ export default function CodeBlock({
</span>
</>
) : (
lineTokens
<>
{lineTokens}
<br />
</>
)}
<br />
</span>
);
})}
Expand Down

0 comments on commit 868f436

Please sign in to comment.