Open
Description
Versions and Environment
**Vue:2.9.6
**Browsers:chrome
**OS:10.13.4 (17E199)
Steps to reproduce
<v-jsoneditor v-model="testJson">
data: function(){
return {
json: {
"success":true
}
}
}
when in code mode, input a new line : "hello":"world"
, where i input w
then the cursor step the fist line head,(may be the "vue-jsoneditor" lead to page auto refresh.
version 1.0.13 has the "bug"
where i use version 1.0.10, it's ok