mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-22 00:37:05 +08:00
@@ -159,11 +159,13 @@ function DocPeekPreviewEditor({
|
|||||||
</Scrollable.Viewport>
|
</Scrollable.Viewport>
|
||||||
<Scrollable.Scrollbar />
|
<Scrollable.Scrollbar />
|
||||||
</Scrollable.Root>
|
</Scrollable.Root>
|
||||||
<EditorOutlineViewer
|
{!BUILD_CONFIG.isMobileEdition && !BUILD_CONFIG.isMobileWeb ? (
|
||||||
editor={editorElement}
|
<EditorOutlineViewer
|
||||||
show={mode === 'page'}
|
editor={editorElement}
|
||||||
openOutlinePanel={openOutlinePanel}
|
show={mode === 'page'}
|
||||||
/>
|
openOutlinePanel={openOutlinePanel}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
</AffineErrorBoundary>
|
</AffineErrorBoundary>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user