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