Fix start tab marketplace trigger search and plugin list scroll (#28645)

This commit is contained in:
yyh
2025-11-25 18:08:46 +08:00
committed by GitHub
parent 57b405c4c2
commit e073e755f9
2 changed files with 54 additions and 10 deletions

View File

@@ -231,7 +231,7 @@ const AllTools = ({
<div
ref={wrapElemRef}
className='flex-1 overflow-y-auto'
onScroll={pluginRef.current?.handleScroll}
onScroll={() => pluginRef.current?.handleScroll()}
>
<div className={cn(shouldShowEmptyState && 'hidden')}>
{isShowRAGRecommendations && onTagsChange && (