Fix thread display behavior
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8a99d8033c
commit
7685a1e087
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ const Thread: React.FC<IThread> = ({
|
|||
'h-full': isModal,
|
||||
})
|
||||
}
|
||||
parentRef={node}
|
||||
{...(isModal ? { parentRef: node } : undefined)}
|
||||
>
|
||||
{children}
|
||||
</ScrollableList>
|
||||
|
|
Loading…
Reference in a new issue