From 19347b6a896de6e54d0ec74ea63d34a72c7bad33 Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Thu, 7 Aug 2025 21:28:48 +0100 Subject: [PATCH] Fix: Tabbing issues --- ts/lib/components/TitledContainer.svelte | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/ts/lib/components/TitledContainer.svelte b/ts/lib/components/TitledContainer.svelte index 90c4147c0..98983940a 100644 --- a/ts/lib/components/TitledContainer.svelte +++ b/ts/lib/components/TitledContainer.svelte @@ -28,16 +28,18 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html

{title}

-
- -
+ {#if onHelpClick} +
+ +
+ {/if}