mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +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 329e44e43d968700655b1c46f968bfd3147e7339. * fixed typo in html file Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
This commit is contained in:
parent
983961dfcd
commit
d5eaa1164d
@ -200,7 +200,7 @@ const Leaf = ({ attributes, children, leaf }) => {
|
||||
children = <em>{children}</em>
|
||||
}
|
||||
|
||||
if (leaf.underlined) {
|
||||
if (leaf.underline) {
|
||||
children = <u>{children}</u>
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user