mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix: forgot readonly to editor
This commit is contained in:
parent
7a020d079f
commit
62f0899e10
|
@ -54,6 +54,7 @@ export default mixins(genericHelpers).extend({
|
||||||
value: this.value,
|
value: this.value,
|
||||||
language: 'javascript',
|
language: 'javascript',
|
||||||
tabSize: 2,
|
tabSize: 2,
|
||||||
|
readOnly: this.isReadOnly,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.monacoInstance.onDidChangeModelContent((ev) => {
|
this.monacoInstance.onDidChangeModelContent((ev) => {
|
||||||
|
|
Loading…
Reference in a new issue