fix font selector losing list of local fonts when selecting one
This commit is contained in:
parent
665faf892a
commit
4d3d075151
3 changed files with 6 additions and 4 deletions
|
|
@ -50,10 +50,11 @@ export default {
|
|||
return typeof this.modelValue !== 'undefined'
|
||||
},
|
||||
localFontsList () {
|
||||
return this.$store.state.interface.localFonts?.values()
|
||||
console.log('FONTLIST', this.$store.state.interface.localFonts?.values())
|
||||
return this.$store.state.interface.localFonts
|
||||
},
|
||||
localFontsSize () {
|
||||
return this.$store.state.interface.localFonts?.size
|
||||
return this.$store.state.interface.localFonts?.length
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue