grid row count shows in status bar

This commit is contained in:
Jan Prochazka
2021-11-21 12:00:56 +01:00
parent 13030defc1
commit bb56c01b55
5 changed files with 31 additions and 7 deletions

View File

@@ -39,7 +39,7 @@
<div class="content-container">
{#each _.compact(tabs) as tab, index}
<div class="container" class:isInline class:tabVisible={index == value}>
<svelte:component this={tab.component} {...tab.props} />
<svelte:component this={tab.component} {...tab.props} tabControlHiddenTab={index != value} />
{#if tab.slot != null}
{#if tab.slot == 0}<slot name="0" />
{:else if tab.slot == 1}<slot name="1" />