🐛 Fix Expression editor issue #719

This commit is contained in:
Jan Oberhauser 2020-07-15 11:54:03 +02:00
parent cf1e4468bb
commit c1378c2f88

View file

@ -122,6 +122,13 @@ export default mixins(
readOnly: !!this.resolvedValue, readOnly: !!this.resolvedValue,
modules: { modules: {
autoformat: {}, autoformat: {},
keyboard: {
bindings: {
'list autofill': {
prefix: /^$/,
},
},
},
}, },
}); });