From bcab1f6d310bdbb19e8f507cced4f0fc393c663c Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Thu, 7 Aug 2025 21:21:04 +0100 Subject: [PATCH] Move onTitleClick --- ts/lib/components/TitledContainer.svelte | 28 ++++++++++-------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/ts/lib/components/TitledContainer.svelte b/ts/lib/components/TitledContainer.svelte index 70e4a078c..ee2b95181 100644 --- a/ts/lib/components/TitledContainer.svelte +++ b/ts/lib/components/TitledContainer.svelte @@ -25,23 +25,17 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html style:--container-margin="0" >
- {#if onTitleClick} - -

- {title} -

-
- {:else} -

- {title} -

- {/if} -
+

+ {title} +

+