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
First, thank for this hook, it's really nice work.
When I use Edit.insert(append: string, offset?: number): void, the text is correctly inserted in the editor but the onChange handler is not called, which result to a de-synchronization between the editor content and my state.
First, thank for this hook, it's really nice work.
When I use
Edit.insert(append: string, offset?: number): void
, the text is correctly inserted in the editor but theonChange
handler is not called, which result to a de-synchronization between the editor content and my state.Here is a case reproduction: https://codesandbox.io/s/use-editable-forked-j2vztb?file=/src/Edit.js
Does I miss something ?
Thanks in advance
The text was updated successfully, but these errors were encountered: