mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix: Tabbing issues
This commit is contained in:
parent
440e5a1674
commit
19347b6a89
1 changed files with 12 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue