Update sidebar.tsx

This commit is contained in:
testyangttt 2023-04-22 22:51:26 +08:00 committed by GitHub
parent 8d0a420cc8
commit a8a5e5be7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,10 +141,7 @@ export function SideBar(props: { className?: string }) {
</div> </div>
</div> </div>
<div
className={styles["sidebar-drag"]}
onMouseDown={(e) => onDragMouseDown(e as any)}
></div>
</div> </div>
); );
} }