mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Fix Expression editor issue #719
This commit is contained in:
parent
cf1e4468bb
commit
c1378c2f88
|
@ -122,6 +122,13 @@ export default mixins(
|
|||
readOnly: !!this.resolvedValue,
|
||||
modules: {
|
||||
autoformat: {},
|
||||
keyboard: {
|
||||
bindings: {
|
||||
'list autofill': {
|
||||
prefix: /^$/,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue