Skip to content

Commit 64a088d

Browse files
committed
chore: code fix
1 parent 1486906 commit 64a088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TabNavList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ const TabNavList = React.forwardRef<HTMLDivElement, TabNavListProps>((props, ref
299299

300300
// ========================= Focus =========================
301301
const [focusKey, setFocusKey] = useState<string>();
302-
const [isKeyboard, setIsKeyboard] = useState(false);
302+
const [isKeyboard, setIsKeyboard] = useState(true);
303303

304304
const enabledTabs = tabs.filter(tab => !tab.disabled).map(tab => tab.key);
305305

0 commit comments

Comments
 (0)