feat: add hint around canvas panning (#4159)

This commit is contained in:
David Luzar
2021-11-01 13:36:06 +01:00
committed by GitHub
parent dbc7a8599b
commit 3369035f40
4 changed files with 22 additions and 5 deletions

View File

@ -92,7 +92,7 @@ export const MobileMenu = ({
</Stack.Col>
)}
</Section>
<HintViewer appState={appState} elements={elements} />
<HintViewer appState={appState} elements={elements} isMobile={true} />
</FixedSideContainer>
);
};