scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Paste at cursor #121

Closed bunyevacz closed 5 years ago

bunyevacz commented 5 years ago

How can I paste a string into codemirror's text at cursor location?

Seems like the props.cursor variable is for initiale cursor position, ie. when the Codemirror gets mounted into the DOM structure. I first thought to hook a function to it...

scniro commented 5 years ago

@bunyevacz can you please share what you've tried so far? You should be able to do this via the props you've mentioned

scniro commented 5 years ago

@bunyevacz closing due to inactivity