Skip to content

Commit

Permalink
onChange 함수가 중복 실행되지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
guswl98 committed Jan 6, 2025
1 parent 5e87a34 commit 017a295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tds-ui/src/components/tabs/tab-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function TabBaseComponent<Value extends number | string | symbol>(

const handleClick: MouseEventHandler = () => {
onClick()
tabs.onChange?.(value)
}

const handleFocus: FocusEventHandler = () => {
Expand Down

0 comments on commit 017a295

Please sign in to comment.