mirror of
https://github.com/heyman/heynote.git
synced 2024-11-25 01:13:17 +01:00
remove abbreviations 'auto'
This commit is contained in:
parent
809db95d20
commit
880371f448
@ -10,7 +10,7 @@
|
|||||||
}).sort((a, b) => {
|
}).sort((a, b) => {
|
||||||
return a.name.localeCompare(b.name)
|
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 {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
Loading…
Reference in New Issue
Block a user