diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 2cefeed56..afd38ddb1 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -411,7 +411,8 @@ const LayerUI = ({ onClick={onCollabButtonClick} /> )} - {renderTopRightUI?.(device.isMobile, appState)} + {!appState.viewModeEnabled && + renderTopRightUI?.(device.isMobile, appState)} {!appState.viewModeEnabled && ( )}