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>
Этот коммит содержится в:
Christopher Speller
2024-08-13 22:16:02 -07:00
коммит произвёл GitHub
родитель fc1a111b06
Коммит 2f08a13ab5

Просмотреть файл

@@ -451,6 +451,7 @@ class ThreadViewerVirtualized extends PureComponent<Props, State> {
style={virtListStyles}
width={width}
className={'post-list__dynamic--RHS'}
correctScrollToBottom={true}
>
{this.renderRow}
</DynamicSizeList>