mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix
This commit is contained in:
@@ -124,7 +124,9 @@ const TorrentCache = memo(
|
|||||||
</Stage>
|
</Stage>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
|
||||||
{isMini && dimensions.height >= miniCacheMaxHeight && <ScrollNotification>scroll down</ScrollNotification>}
|
{isMini &&
|
||||||
|
(stageOffset + blockSizeWithMargin * amountOfRows || 0) >= miniCacheMaxHeight &&
|
||||||
|
dimensions.height >= miniCacheMaxHeight && <ScrollNotification>scroll down</ScrollNotification>}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</Measure>
|
</Measure>
|
||||||
|
|||||||
Reference in New Issue
Block a user