mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: forgot readonly to editor
This commit is contained in:
@@ -54,6 +54,7 @@ export default mixins(genericHelpers).extend({
|
||||
value: this.value,
|
||||
language: 'javascript',
|
||||
tabSize: 2,
|
||||
readOnly: this.isReadOnly,
|
||||
});
|
||||
|
||||
this.monacoInstance.onDidChangeModelContent((ev) => {
|
||||
|
||||
Reference in New Issue
Block a user