fix: navigation button not showing up on iPad
This commit is contained in:
@@ -7,7 +7,7 @@ export const NavigationMenuButton = () => {
|
||||
|
||||
return (
|
||||
<RoundIconButton
|
||||
className="mr-3 md:hidden"
|
||||
className="mr-3 md:hidden pointer-coarse:md-only:flex pointer-coarse:lg-only:flex"
|
||||
onClick={() => {
|
||||
if (selectedPane === AppPaneId.Items || selectedPane === AppPaneId.Editor) {
|
||||
toggleAppPane(AppPaneId.Navigation)
|
||||
|
||||
Reference in New Issue
Block a user