]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
set currentCategory to first selection
authorMarc Foley <m.foley.88@gmail.com>
Mon, 9 Jun 2025 14:10:03 +0000 (15:10 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Mon, 9 Jun 2025 14:15:40 +0000 (15:15 +0100)
.ci/tags.html

index 6ac0b959e5b6f126d69fb4611bc957a3324b351e..febb25a23398104eb1d63c99cec3ff14899d7984 100644 (file)
             <datalist id="items">
               <option v-for="family in uniqueFamilies" :value="family">
             </datalist>
-            <button class="join-item btn btn-xs">Copy</button>
           </div>
+          <button class="join-item btn btn-xs">Copy</button>
         </form>
       </div>
 
@@ -364,6 +364,7 @@ function axesCombos(axes) {
         this.updateURL();
       },
       currentCategories(newCategories) {
+        this.currentCategory = newCategories[0];
         this.updateURL();
       },
       tagFilter(newFilter) {