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}
|
||||
width={width}
|
||||
className={'post-list__dynamic--RHS'}
|
||||
correctScrollToBottom={true}
|
||||
>
|
||||
{this.renderRow}
|
||||
</DynamicSizeList>
|
||||
|
||||
Ссылка в новой задаче
Block a user