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:
parent
3c4e4b6ab3
commit
ce5428b143
@ -245,7 +245,7 @@ const InlineChromiumBugfix = () => (
|
||||
font-size: 0;
|
||||
`}
|
||||
>
|
||||
${String.fromCodePoint(160) /* Non-breaking space */}
|
||||
{String.fromCodePoint(160) /* Non-breaking space */}
|
||||
</span>
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user