Actually populate editor with snippet
parent
58e4886441
commit
3a65e2563b
|
@ -110,7 +110,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
window.Editor.onDidChangeModelContent(function (e) {
|
window.Editor.onDidChangeModelContent(function (e) {
|
||||||
$('#Contents').val(editor.getModel().getValue());
|
$('#Contents').val(window.Editor.getModel().getValue());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
window.Editor.onDidChangeModelContent(function (e) {
|
window.Editor.onDidChangeModelContent(function (e) {
|
||||||
$('#Contents').val(editor.getModel().getValue());
|
$('#Contents').val(window.Editor.getModel().getValue());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue