aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-15 07:42:39 -0400
committerbobzel <zzzman@gmail.com>2024-05-15 07:42:39 -0400
commitc8a13dc1d2832730afe202127b5456caed4feaea (patch)
treec93d640ad321084c51227a804847998a33dbb93f /src
parent01b0e6d5023ceccbdd3301c165b28d38bf55df94 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/util/DocumentManager.ts1
1 files changed, 0 insertions, 1 deletions
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 };
};