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
|
|
@ -82,7 +82,7 @@
|
|||
</button>
|
||||
<Select
|
||||
:id="name + '-local-font-switcher'"
|
||||
:model-value="modelValue.family"
|
||||
:model-value="modelValue?.family"
|
||||
class="custom-font"
|
||||
@update:modelValue="v => $emit('update:modelValue', { ...(modelValue || {}), family: v })"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue