aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-01-18 19:31:36 -0500
committeryipstanley <stanley_yip@brown.edu>2019-01-18 19:31:36 -0500
commit8b7b321b934e6520eac2c7d4e2ea8fd6f9cf0089 (patch)
tree53c33101a0cc066054ba126cac0c467085de04ab /src/Main.tsx
parent22e1d39e5c6d2756a039543b33c45d9610669ec7 (diff)
parent1eb79ea2e6f2ddeea19b8cc399b373809279b862 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into move_doc_get_out_the_way
Diffstat (limited to 'src/Main.tsx')
-rw-r--r--src/Main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.tsx b/src/Main.tsx
index a3b9bc96f..604e443cf 100644
--- a/src/Main.tsx
+++ b/src/Main.tsx
@@ -45,7 +45,7 @@ runInAction(() => {
doc2.SetField(KS.X, new NumberField(150));
doc2.SetField(KS.Y, new NumberField(20));
let doc3 = Documents.ImageDocument("https://static.boredpanda.com/blog/wp-content/uploads/2018/04/5acb63d83493f__700-png.jpg", {
- x: 150, y: 500
+ x: 450, y: 500
});
let docset = new Array<Document>(doc1, doc2);
let doc4 = Documents.CollectionDocument(docset, {