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