mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-14 03:03:58 +02:00
Fix Firefox IME bug caused by placeholder (#5881)
This commit is contained in:
@@ -144,8 +144,8 @@ const Leaf = (props: {
|
||||
|
||||
children = (
|
||||
<React.Fragment>
|
||||
{renderPlaceholder(placeholderProps)}
|
||||
{children}
|
||||
{renderPlaceholder(placeholderProps)}
|
||||
</React.Fragment>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user