You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to change this logic to no re-render the editor, but just re-render the placeholder itself I think. This could be accomplished with some sort of "connected" <Placeholder> component I believe, which can be toggled from the plugin code.
Do you want to request a feature or report a bug?
Bug,
What's the current behavior?
Right now we re-render the editor to show/hide the placeholder during
compositionstart
andcompositionend
events. But this results in the composition being aborted/broken in some IMEs.What's the expected behavior?
We need to change this logic to no re-render the editor, but just re-render the placeholder itself I think. This could be accomplished with some sort of "connected"
<Placeholder>
component I believe, which can be toggled from the plugin code.This is related to #2062.
The text was updated successfully, but these errors were encountered: