Fixes #247 - Placeholder should disappear

This commit is contained in:
Tom Moor
2017-09-30 22:18:10 -07:00
parent d061a9d28b
commit 541c9d3408

View File

@ -260,7 +260,7 @@ const StyledEditor = styled(Editor)`
}
}
p:first-of-type {
p:nth-child(2) {
${Placeholder} {
visibility: visible;
}