🪟 fix: Auto-fetch agents to fill Viewport in Marketplace Scroll (#9591)

This commit is contained in:
Sebastien Bruel 2025-09-12 23:59:15 +09:00 committed by GitHub
parent ecf9733bc1
commit 30c24a66f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 547 additions and 56 deletions

View file

@ -427,7 +427,7 @@ const AgentMarketplace: React.FC<AgentMarketplaceProps> = ({ className = '' }) =
category={displayCategory}
searchQuery={searchQuery}
onSelectAgent={handleAgentSelect}
scrollElement={scrollContainerRef.current}
scrollElementRef={scrollContainerRef}
/>
</div>
@ -507,7 +507,7 @@ const AgentMarketplace: React.FC<AgentMarketplaceProps> = ({ className = '' }) =
category={nextCategory}
searchQuery={searchQuery}
onSelectAgent={handleAgentSelect}
scrollElement={scrollContainerRef.current}
scrollElementRef={scrollContainerRef}
/>
</div>
)}