1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00

Remove unnecessary dollar sign from Chromium bug fix (#5394)

This commit is contained in:
Nami
2023-04-14 20:33:01 +02:00
committed by GitHub
parent 3c4e4b6ab3
commit ce5428b143

View File

@@ -245,7 +245,7 @@ const InlineChromiumBugfix = () => (
font-size: 0;
`}
>
${String.fromCodePoint(160) /* Non-breaking space */}
{String.fromCodePoint(160) /* Non-breaking space */}
</span>
)