Compare commits
2 Commits
master
...
fix-zsvicz
Author | SHA1 | Date | |
---|---|---|---|
|
b412e742e6 | ||
|
c246ccf9d9 |
@ -411,7 +411,8 @@ const LayerUI = ({
|
|||||||
onClick={onCollabButtonClick}
|
onClick={onCollabButtonClick}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{renderTopRightUI?.(device.isMobile, appState)}
|
{!appState.viewModeEnabled &&
|
||||||
|
renderTopRightUI?.(device.isMobile, appState)}
|
||||||
{!appState.viewModeEnabled && (
|
{!appState.viewModeEnabled && (
|
||||||
<LibraryButton appState={appState} setAppState={setAppState} />
|
<LibraryButton appState={appState} setAppState={setAppState} />
|
||||||
)}
|
)}
|
||||||
|
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user