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