Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Nov 14, 2024
1 parent 2c297de commit 2d9c7bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ee/tabby-ui/lib/hooks/use-debounce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function useDebounceCallback<T extends noop>(

useUnmount(() => {
options?.onUnmount?.(debounced)
console.log('cannnnnnnel')
debounced.cancel()
})

Expand Down

0 comments on commit 2d9c7bf

Please sign in to comment.