uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.03k stars 149 forks source link

blinking cursor not showing inside md editor when placed in overflows modal #618

Open Aaron1111 opened 5 months ago

Aaron1111 commented 5 months ago

when my modals overflow-y is scroll, md editor not showing blinking cursor in focus but still able to type

when overflow is none cursor is there Untitled

when overflow is scroll cursor not blinking image

how to solve this?

jaywcjlove commented 3 months ago

https://github.com/uiwjs/react-md-editor/blob/55a55a158683d92605e4e253f75ff1328ca722a5/core/src/components/Toolbar/index.tsx#L49-L63

@Aaron1111 Maybe the overflow props can help you.