mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -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,
|
readOnly: !!this.resolvedValue,
|
||||||
modules: {
|
modules: {
|
||||||
autoformat: {},
|
autoformat: {},
|
||||||
|
keyboard: {
|
||||||
|
bindings: {
|
||||||
|
'list autofill': {
|
||||||
|
prefix: /^$/,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue