cloud connections expansion fix

This commit is contained in:
SPRINX0\prochazka
2025-05-26 15:50:48 +02:00
parent 60ecdadc74
commit cc930a3ff9

View File

@@ -43,6 +43,8 @@
...$cloudConnectionsStore[data.conid],
status: data.status,
}}
on:dblclick
on:expand
/>
{:else}
<AppObjectCore
@@ -52,6 +54,8 @@
title={data.name}
menu={createMenu}
on:click={handleOpenContent}
on:dblclick
on:expand
></AppObjectCore>
{/if}