mirror of
https://github.com/heyman/heynote.git
synced 2024-11-24 17:03:19 +01:00
remove abbreviations 'auto'
This commit is contained in:
parent
809db95d20
commit
880371f448
@ -10,7 +10,7 @@
|
||||
}).sort((a, b) => {
|
||||
return a.name.localeCompare(b.name)
|
||||
})
|
||||
items.unshift({token: "auto", name:"Auto-detect", abbreviations: ["auto"]})
|
||||
items.unshift({token: "auto", name:"Auto-detect", abbreviations: []})
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
Loading…
Reference in New Issue
Block a user