mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02: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 New Issue
Block a user