mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 22:23:01 +02:00
Update listener passing (#4751)
This commit is contained in:
@ -92,9 +92,8 @@ const SortableFolder: React.FC<SortableFolderProps> = (props) => {
|
||||
className="pr-3 ml-4 overflow-visible flex items-start"
|
||||
style={style}
|
||||
{...attributes}
|
||||
{...listeners}
|
||||
>
|
||||
<FolderDropdown ref={ref} {...props} />
|
||||
<FolderDropdown {...listeners} ref={ref} {...props} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user