aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorZachary Zhang <zacharyzhang7@gmail.com>2024-05-01 21:02:48 -0400
committerZachary Zhang <zacharyzhang7@gmail.com>2024-05-01 21:02:48 -0400
commitbecb6c46c176acf57fe24315f45ffe99f3ed0c76 (patch)
tree3fe4feb548f08ce7b9d82770404ad36f4f03b2ef /src/client/views/collections
parent8f388d6f7cba5964547fd6a401b4a6c661cf76dc (diff)
asd
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 791124f50..a0c878ee6 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1495,6 +1495,8 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
computation => (this._layoutElements = this.doLayoutComputation(computation.newPool, computation.computedElementData)),
{ fireImmediately: true }
);
+ console.log("Asdasdasda"+this.childDocs)
+ console.log(DocListCast(this.Document.data));
}
static replaceCanvases(oldDiv: HTMLElement, newDiv: HTMLElement) {