🐛 Deactivate unwanted list autofill #2798

This commit is contained in:
Jan Oberhauser
2022-02-12 11:25:39 +01:00
parent 11336fdbae
commit 7fc430c70a

View File

@@ -123,9 +123,7 @@ export default mixins(
autoformat: {}, autoformat: {},
keyboard: { keyboard: {
bindings: { bindings: {
'list autofill': { 'list autofill': null,
prefix: /^$/,
},
}, },
}, },
}, },