From 8de78694f2c576c27c1119672fc124a9d4f7b037 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Thu, 15 May 2025 11:55:18 +0100 Subject: [PATCH] include linebreaks --- .ci/tags.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.ci/tags.html b/.ci/tags.html index 4448f6396..cffd2749b 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -257,9 +257,7 @@ function axesCombos(axes) { -
- {{ familyPangram }} -
+
{{ familyPangram }}
Loading...
@@ -269,6 +267,7 @@ function axesCombos(axes) { methods: { customSampleText(event) { this.$root.sampleText = event.target.innerText; + console.log(this.$root.sampleText); }, edited() { this.$emit('edited', this.family); @@ -280,7 +279,7 @@ function axesCombos(axes) { computed: { familyPangram() { if (this.$root.sampleText !== "") { - return this.$root.sampleText; + return this.$root.sampleText } return this.$root.familyPangram(this.family); }, -- 2.47.2