Minor fix for iframe hiding
This commit is contained in:
@@ -927,11 +927,15 @@ $effect(() => {
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if (browser) }
|
{#if (browser) }
|
||||||
<!-- The app debug menu -->
|
<!-- Always show if Trusted access or higher. Do not show if in iframe mode. -->
|
||||||
<E_app_sys_menu data={data} />
|
{#if !$ae_loc?.iframe || $ae_loc?.trusted_access}
|
||||||
|
<E_app_sys_menu data={data} />
|
||||||
|
|
||||||
<!-- The app debug menu -->
|
<!-- The app debug menu -->
|
||||||
<E_app_debug_menu />
|
<E_app_debug_menu />
|
||||||
|
{:else}
|
||||||
|
<!-- Nothing to show -->
|
||||||
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user