mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-12 10:14:02 +02:00
Fixed html (#3809)
* Add version 100.0.0 to package.json
* Revert "Add version 100.0.0 to package.json"
This reverts commit 329e44e43d
.
* fixed typo in html file
Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
This commit is contained in:
@@ -200,7 +200,7 @@ const Leaf = ({ attributes, children, leaf }) => {
|
|||||||
children = <em>{children}</em>
|
children = <em>{children}</em>
|
||||||
}
|
}
|
||||||
|
|
||||||
if (leaf.underlined) {
|
if (leaf.underline) {
|
||||||
children = <u>{children}</u>
|
children = <u>{children}</u>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user