We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f16a2 commit e582800Copy full SHA for e582800
src/theme/Tabs/index.tsx
@@ -28,7 +28,6 @@ function TabList({ className, block, selectedValue, selectValue, tabValues }) {
28
const checkForOverflow = () => {
29
if (ulvalues.current.getBoundingClientRect().width > width) setOverflowing(true)
30
else setOverflowing(false);
31
- console.log(width - ulvalues.current.getBoundingClientRect().width);
32
}
33
useEffect(() => {
34
checkForOverflow();
0 commit comments