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
Using the browser's copy and paste function, the cursor will jump back to the position before pasting.
After pasting, it is normal to use getSelection (true) to obtain the range, but in the editor-change listening function, this range will automatically become the range before pasting
codesandbox:
https://codesandbox.io/p/sandbox/dm79j3
Bug description
Using the browser's copy and paste function, the cursor will jump back to the position before pasting.
After pasting, it is normal to use
getSelection (true)
to obtain the range, but in theeditor-change
listening function, this range will automatically become the range before pastingReactQuill version
4f6348ef-d9c6-4302-bee1-bfa0f3525f07.zip
The text was updated successfully, but these errors were encountered: