We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98107e5 commit 3223c8dCopy full SHA for 3223c8d
frontend/app/tab/tabbar.tsx
@@ -210,9 +210,7 @@ const TabBar = memo(({ workspace }: TabBarProps) => {
210
}
211
212
tabbarWrapperRef.current.addEventListener("mouseenter", handleAutoHideTabBar);
213
- return () => {
214
- tabbarWrapperRef.current.removeEventListener("mouseenter", handleAutoHideTabBar);
215
- }
+ return () => tabbarWrapperRef.current.removeEventListener("mouseenter", handleAutoHideTabBar);
216
}, [autoHideTabBar])
217
218
// Update refs when tabIds change
0 commit comments