mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-15 11:44:05 +02:00
Fix Firefox IME bug caused by placeholder (#5881)
This commit is contained in:
5
.changeset/mean-carpets-tap.md
Normal file
5
.changeset/mean-carpets-tap.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Fix IME issues in Firefox caused by placeholder
|
@@ -144,8 +144,8 @@ const Leaf = (props: {
|
||||
|
||||
children = (
|
||||
<React.Fragment>
|
||||
{renderPlaceholder(placeholderProps)}
|
||||
{children}
|
||||
{renderPlaceholder(placeholderProps)}
|
||||
</React.Fragment>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user