Skip to content

Commit 308dca2

Browse files
committed
Update listener passing
1 parent 9dbe12c commit 308dca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/app/chat/sessionSidebar/PagesTab.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ const SortableFolder: React.FC<SortableFolderProps> = (props) => {
9292
className="pr-3 ml-4 overflow-visible flex items-start"
9393
style={style}
9494
{...attributes}
95-
{...listeners}
9695
>
97-
<FolderDropdown ref={ref} {...props} />
96+
<FolderDropdown {...listeners} ref={ref} {...props} />
9897
</div>
9998
);
10099
};

0 commit comments

Comments
 (0)