mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Added binding to content (#3868)
Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
parent
0b822224d5
commit
dfbd48cc7a
@ -208,7 +208,11 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{:else if withoutContentScroll}
|
{:else if withoutContentScroll}
|
||||||
<div class={contentClasses ?? 'popupPanel-body__main-content py-8 clear-mins'} class:max={useMaxWidth}>
|
<div
|
||||||
|
bind:this={content}
|
||||||
|
class={contentClasses ?? 'popupPanel-body__main-content py-8 clear-mins'}
|
||||||
|
class:max={useMaxWidth}
|
||||||
|
>
|
||||||
<slot />
|
<slot />
|
||||||
{#if !withoutActivity}
|
{#if !withoutActivity}
|
||||||
{#key object._id}
|
{#key object._id}
|
||||||
|
Loading…
Reference in New Issue
Block a user