From c8a13dc1d2832730afe202127b5456caed4feaea Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 15 May 2024 07:42:39 -0400 Subject: from last --- src/client/util/DocumentManager.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/client/util/DocumentManager.ts b/src/client/util/DocumentManager.ts index 95e5f004f..40d28c690 100644 --- a/src/client/util/DocumentManager.ts +++ b/src/client/util/DocumentManager.ts @@ -276,7 +276,6 @@ export class DocumentManager { docContextPath.shift(); const childViewIterator = async (docView: DocumentView) => { const innerDoc = docContextPath.shift(); - return { focused: false, viewSpec: innerDoc, childDocView: innerDoc && !innerDoc.layout_unrendered ? (await docView.ComponentView?.getView?.(innerDoc, options)) ?? this.getDocumentView(innerDoc) : undefined }; }; -- cgit v1.2.3-70-g09d2