Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vardanbansal-harness committed Feb 28, 2025
1 parent 07d5394 commit bbe5dad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/hooks/use-resize-observer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function useResizeObserver<T extends Element>(
) {
const throttledCallback = useCallback(
throttle((element: T) => {
di
if (document.hidden) return // Don't process when tab is hidden
callback(element)
}, throttleMs),
Expand Down

0 comments on commit bbe5dad

Please sign in to comment.