Fix start tab marketplace trigger search and plugin list scroll (#28645)
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user