1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 13:38:37 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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