aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-02-26 21:11:36 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-02-26 21:11:36 -0500
commit7d9fae09e8906e5636f6ea695ad560797b08d023 (patch)
tree3a994072fc1b724c49531e20e546e54469b4d8f4 /src/client/documents/Documents.ts
parentb623446ec0e71a3f696d14c3f169781c99f7e7b7 (diff)
something broke, reverting
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 0a7047128..033a5e9be 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -704,6 +704,7 @@ export namespace Docs {
}
// users placeholderDoc as proto if it exists
+ console.log('placeholder: ', placeholderDocIn, ' data: ', dataProps['data'])
const dataDoc = Doc.assign(placeholderDoc ? Doc.GetProto(placeholderDoc) : Doc.MakeDelegate(proto, protoId), dataProps, undefined, true);
if (placeholderDoc) {