]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Prevent one error when changing fonts tagger2 tagger2-smallfixess
authorSimon Cozens <simon@simon-cozens.org>
Fri, 18 Jul 2025 13:41:17 +0000 (14:41 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Fri, 18 Jul 2025 13:41:17 +0000 (14:41 +0100)
tagger2/TagsByFont.js

index 6c8d284e3675b09ea9153dddee01e6890b4c6386..212a3f0a097b77afdb1938379fe7f983c8ac09ef 100644 (file)
@@ -23,7 +23,7 @@ export default {
   template: `
     <div>
       <h3>Tags for:</h3>
-      <select v-model="font" @change="filteredTags">
+      <select v-model="font">
         <option v-for="tag in tags.map(tag => tag.family.name).filter((value, index, self) => self.indexOf(value) === index)" :key="tag">
           {{ tag }}
         </option>