HarryChen0506 / react-markdown-editor-lite

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
https://harrychen0506.github.io/react-markdown-editor-lite/
MIT License
1.03k stars 160 forks source link

[Question] after pasting content, the cursor moves to the end #292

Open edward1127 opened 1 year ago

edward1127 commented 1 year ago

Screencast from 08-29-2023 04:41:49 PM.webm

What might be the root cause that the cursor will move to the content end, instead of the pasted sentence end after pasting?

"next": "^13.4.16", "react": "^18.2.0",

zRafaF commented 1 year ago

It seems to be a side effect of onImageUpload

edward1127 commented 11 months ago

can you please point me the direction how to solve it?