mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +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}
|
||||
</div>
|
||||
{: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 />
|
||||
{#if !withoutActivity}
|
||||
{#key object._id}
|
||||
|
Loading…
Reference in New Issue
Block a user