chore(core): delete center peek feature flag (#7281)

This commit is contained in:
EYHN
2024-06-20 04:24:47 +00:00
parent ab3d6c9cc8
commit b4212d54ed
5 changed files with 2 additions and 13 deletions

View File

@@ -231,7 +231,7 @@ export function CurrentWorkspaceModals() {
<CloudQuotaModal />
)}
<AiLoginRequiredModal />
{runtimeConfig.enablePeekView && <PeekViewManagerModal />}
<PeekViewManagerModal />
{environment.isDesktop && <FindInPageModal />}
<MoveToTrash.ConfirmModal
open={trashConfirmOpen}