feat: add feature flag for peek view (#7122)

This commit is contained in:
pengx17
2024-05-31 12:01:27 +00:00
parent c96fb46751
commit 03be1d66f9
5 changed files with 16 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ export function CurrentWorkspaceModals() {
<CloudQuotaModal />
)}
<AiLoginRequiredModal />
<PeekViewManagerModal />
{runtimeConfig.enablePeekView && <PeekViewManagerModal />}
{environment.isDesktop && <FindInPageModal />}
</>
);