Fix RHS scroll so AI plugin generation won't scroll off bottom (#27871)
* Fix RHS scroll so AI plugin generation won't scroll off bottom * Fix scroll without breaking virtual list. --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fc1a111b06
Коммит
2f08a13ab5
@@ -451,6 +451,7 @@ class ThreadViewerVirtualized extends PureComponent<Props, State> {
|
|||||||
style={virtListStyles}
|
style={virtListStyles}
|
||||||
width={width}
|
width={width}
|
||||||
className={'post-list__dynamic--RHS'}
|
className={'post-list__dynamic--RHS'}
|
||||||
|
correctScrollToBottom={true}
|
||||||
>
|
>
|
||||||
{this.renderRow}
|
{this.renderRow}
|
||||||
</DynamicSizeList>
|
</DynamicSizeList>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user