[closes gh-129] Updated to mirrorsharp.setText().

This commit is contained in:
Andrey Shchekin 2017-06-18 01:07:52 +12:00
Родитель d842b43f3f
Коммит 7ab56995fc
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -25,7 +25,7 @@ Vue.component('app-mirrorsharp', {
if (this.serverOptions)
instance.sendServerOptions(this.serverOptions);
this.$watch('initialText', v => instance.getCodeMirror().setValue(v));
this.$watch('initialText', v => instance.setText(v));
this.$watch('serverOptions', o => instance.sendServerOptions(o), { deep: true });
this.$watch('serviceUrl', u => {
instance.destroy({ keepCodeMirror: true });

Просмотреть файл

@ -46,7 +46,7 @@
"codemirror": "^5.19.0",
"dateformat": "^1.0.12",
"lz-string": "^1.4.4",
"mirrorsharp": "^0.9.0-pre-20170527",
"mirrorsharp": "^0.9.0-pre-20170618",
"vue": "^2.3.0"
}
}