Skip to content

Commit

Permalink
feat(tabs): calculate scroll left position
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Nov 22, 2023
1 parent 96e22e7 commit 549f15e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tabs/tab-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { usePrefixClass, useCommonClassName } from '../hooks/useConfig';
import { useGlobalIcon } from '../hooks/useGlobalIcon';
import useDragSort from '../hooks/useDragSort';
import isFunction from 'lodash/isFunction';
import { useTNodeJSX } from '../hooks/tnode';

const { calculateCanToLeft, calculateCanToRight, calcScrollLeft, scrollToLeft, scrollToRight, moveActiveTabIntoView } =
tabBase;
Expand Down

0 comments on commit 549f15e

Please sign in to comment.