mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix syntax error and disable minimap
This commit is contained in:
@@ -53,12 +53,15 @@ export default mixins(genericHelpers).extend({
|
|||||||
language: 'javascript',
|
language: 'javascript',
|
||||||
tabSize: 2,
|
tabSize: 2,
|
||||||
readOnly: this.isReadOnly,
|
readOnly: this.isReadOnly,
|
||||||
|
minimap: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
monaco.editor.defineTheme('myTheme', {
|
monaco.editor.defineTheme('myTheme', {
|
||||||
base: 'vs',
|
base: 'vs',
|
||||||
inherit: true,
|
inherit: true,
|
||||||
rules: [{ background: 'f5f2f0' }],
|
rules: [],
|
||||||
colors: {
|
colors: {
|
||||||
'editor.background': '#f5f2f0',
|
'editor.background': '#f5f2f0',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user