e-chan1007 / nuxt-monaco-editor

Integrate monaco-editor with Nuxt
https://e-chan1007.github.io/nuxt-monaco-editor
MIT License
114 stars 15 forks source link

Can't paste code from clipboard #50

Closed Bystrova closed 5 months ago

Bystrova commented 5 months ago

I can't paste the clipboard data to the editor neither by pressing Ctrl + V, nor by using Paste in context menu in Chrome browser (v 123.0.6312.106) But in Firefox in works. In documentation is also works in all browsers https://microsoft.github.io/monaco-editor/

rohitasare7 commented 5 months ago

I am facing the same issue, CTRL + V not working 😐

e-chan1007 commented 5 months ago

It might be caused by monaco-editor@^0.46.0, but I added workaround to nuxt-monaco-editor@1.2.9.

Bystrova commented 5 months ago

It works. Thank you very much