Hide key command hints on mobile
This commit is contained in:
parent
a22b90c01e
commit
1cf9c28e40
@ -148,7 +148,10 @@ export default function MoreMenuItem({
|
||||
</span>}
|
||||
</LoaderButton>
|
||||
{keyCommand &&
|
||||
<KeyCommand modifier={keyCommandModifier}>
|
||||
<KeyCommand
|
||||
modifier={keyCommandModifier}
|
||||
className="hidden! sm:inline-flex!"
|
||||
>
|
||||
{keyCommand}
|
||||
</KeyCommand>}
|
||||
</DropdownMenu.Item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user