1
0
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:
Joe Anderson
2025-05-24 21:56:18 +01:00
committed by GitHub
parent 896bc9c7c7
commit 05263b544c
2 changed files with 6 additions and 1 deletions

View File

@@ -144,8 +144,8 @@ const Leaf = (props: {
children = (
<React.Fragment>
{renderPlaceholder(placeholderProps)}
{children}
{renderPlaceholder(placeholderProps)}
</React.Fragment>
)
}