vue-monaco-editor icon indicating copy to clipboard operation
vue-monaco-editor copied to clipboard

:code prop reactive, package update

Open Lee182 opened this issue 7 years ago • 0 comments

2 Changes.

  1. When the code prop is changed and its value is not the same as the editor (to avoid loosing cursor position), call editor.setValue with the changed value.

  2. Upgraded babel to preset: env, as advised by the package

Lee182 avatar Dec 12 '17 23:12 Lee182