Skip to content

Commit

Permalink
feat: hide shortcuts of sidebar on web/ext(OK-33518) (#6158)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored Nov 9, 2024
1 parent e86a61e commit f488851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function DesktopTabItem(
ref={stackRef}
style={tabBarStyle as ViewStyle}
>
{shortcutKey ? (
{platformEnv.isDesktop && shortcutKey ? (
<Tooltip
shortcutKey={shortcutKey}
renderTrigger={trigger}
Expand Down

0 comments on commit f488851

Please sign in to comment.