fix: navigation button not showing up on iPad

This commit is contained in:
Aman Harwara
2022-10-24 19:48:34 +05:30
committed by GitHub
parent cd0ddb7a71
commit 5eb5634541

View File

@@ -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)