mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix Expression editor issue #719
This commit is contained in:
@@ -122,6 +122,13 @@ export default mixins(
|
|||||||
readOnly: !!this.resolvedValue,
|
readOnly: !!this.resolvedValue,
|
||||||
modules: {
|
modules: {
|
||||||
autoformat: {},
|
autoformat: {},
|
||||||
|
keyboard: {
|
||||||
|
bindings: {
|
||||||
|
'list autofill': {
|
||||||
|
prefix: /^$/,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user