feat: add hint around canvas panning (#4159)
This commit is contained in:
@ -92,7 +92,7 @@ export const MobileMenu = ({
|
||||
</Stack.Col>
|
||||
)}
|
||||
</Section>
|
||||
<HintViewer appState={appState} elements={elements} />
|
||||
<HintViewer appState={appState} elements={elements} isMobile={true} />
|
||||
</FixedSideContainer>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user