Remove redundant sidebar live width effect (#3160)

This commit is contained in:
Neil 2026-05-29 07:01:41 -07:00 committed by GitHub
parent a4808f22c5
commit daa6e2da43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ function Sidebar({
onDraftWidthChange: setLiveSidebarWidth
})
useEffect(() => {
setLiveSidebarWidth(sidebarWidth)
}, [setLiveSidebarWidth, sidebarWidth])
return (
<TooltipProvider delayDuration={400}>
<div