Fix: Tabbing issues

This commit is contained in:
Luc Mcgrady 2025-08-07 21:28:48 +01:00
parent 440e5a1674
commit 19347b6a89
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -28,6 +28,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<h1>
{title}
</h1>
{#if onHelpClick}
<div
on:click={onHelpClick}
on:keydown={onHelpClick}
@ -38,6 +39,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
>
<slot name="tooltip" />
</div>
{/if}
</div>
<slot />
</div>