mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -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,
|
||||
language: 'javascript',
|
||||
tabSize: 2,
|
||||
readOnly: this.isReadOnly,
|
||||
});
|
||||
|
||||
this.monacoInstance.onDidChangeModelContent((ev) => {
|
||||
|
|
Loading…
Reference in a new issue