Update MobileMenu.tsx

fix-zsviczian-toprightUI-position
zsviczian 2 years ago committed by GitHub
parent c246ccf9d9
commit b412e742e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,8 +111,9 @@ export const MobileMenu = ({
/>
</Stack.Row>
</Island>
{renderTopRightUI && renderTopRightUI(true, appState)}
<div className="mobile-misc-tools-container">
{!appState.viewModeEnabled &&
renderTopRightUI?.(true, appState)}
<PenModeButton
checked={appState.penMode}
onChange={onPenModeToggle}

Loading…
Cancel
Save