aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorZachary Zhang <zacharyzhang7@gmail.com>2024-05-02 01:48:47 -0400
committerZachary Zhang <zacharyzhang7@gmail.com>2024-05-02 01:48:47 -0400
commit90dd101b601add39b2e03a2e1235a74e45c69d5c (patch)
treef5bc10e02bb68b24cc8fcdb80e0c947f0f0c39af /src/client/views/collections/collectionFreeForm
parentc6512a23a4eeba55115c5538bdb5b00a5b3d1848 (diff)
change algorithm to include stroke points
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index a0c878ee6..791124f50 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1495,8 +1495,6 @@ 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) {