fix: gap and select not ready
This commit is contained in:
@@ -12,9 +12,8 @@ const fontSizes = Array.from({ length: 7 }, (_, i) => `${9 + i * 2}pt`)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="font-change">
|
||||
<div class="font-change" v-if="sortedFontFamilies.length > 0">
|
||||
<select
|
||||
v-if="sortedFontFamilies.length > 0"
|
||||
class="select"
|
||||
:value="store.userSettings?.chosenFontFamily"
|
||||
@change="store.setFontFamily(($event.target as HTMLSelectElement).value)"
|
||||
|
||||
@@ -75,6 +75,7 @@ watch(mode, async (newMode) => {
|
||||
new fleeting note
|
||||
</button>
|
||||
</div>
|
||||
<br />
|
||||
<div class="column">
|
||||
<font-change />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user