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