Skip to content

Commit 1e8be6b

Browse files
committed
fix(headless/tabs): removed empty if
1 parent ce753ff commit 1e8be6b

File tree

1 file changed

+0
-3
lines changed
  • packages/kit-headless/src/components/tabs

1 file changed

+0
-3
lines changed

packages/kit-headless/src/components/tabs/tabs.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ export const Tabs = component$((props: TabsProps) => {
153153
(tabPair) => tabPair.tabId === currentTabId
154154
);
155155

156-
if (key === KeyCode.Enter) {
157-
}
158-
159156
if (
160157
key === KeyCode.ArrowRight ||
161158
(props.vertical && key === KeyCode.ArrowDown)

0 commit comments

Comments
 (0)