mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
fix: Discussions list not being scrollable (#36780)
This commit is contained in:
parent
80fbb2eb42
commit
cad0688f63
5
.changeset/quiet-spoons-lick.md
Normal file
5
.changeset/quiet-spoons-lick.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@rocket.chat/meteor': patch
|
||||
---
|
||||
|
||||
Fixes an issue where isn't possible to scroll the discussion list
|
||||
@ -93,7 +93,6 @@ function DiscussionsList({
|
||||
style={{
|
||||
height: blockSize,
|
||||
width: inlineSize,
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
totalCount={total}
|
||||
endReached={loading ? () => undefined : (start) => loadMoreItems(start, Math.min(50, total - start))}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user