mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
chore(core): remove outline viewer feature flag (#7770)
This commit is contained in:
@@ -270,13 +270,11 @@ const DetailPageImpl = memo(function DetailPageImpl() {
|
||||
})}
|
||||
/>
|
||||
</Scrollable.Root>
|
||||
{appSettings.enableOutlineViewer && (
|
||||
<EditorOutlineViewer
|
||||
editor={editor}
|
||||
show={mode === 'page' && !isSideBarOpen}
|
||||
openOutlinePanel={openOutlinePanel}
|
||||
/>
|
||||
)}
|
||||
<EditorOutlineViewer
|
||||
editor={editor}
|
||||
show={mode === 'page' && !isSideBarOpen}
|
||||
openOutlinePanel={openOutlinePanel}
|
||||
/>
|
||||
</AffineErrorBoundary>
|
||||
{isInTrash ? <TrashPageFooter /> : null}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user