mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
Remove redundant sidebar live width effect (#3160)
This commit is contained in:
@@ -59,10 +59,6 @@ function Sidebar({
|
||||
onDraftWidthChange: setLiveSidebarWidth
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
setLiveSidebarWidth(sidebarWidth)
|
||||
}, [setLiveSidebarWidth, sidebarWidth])
|
||||
|
||||
return (
|
||||
<TooltipProvider delayDuration={400}>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user