aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-01-17 22:57:44 -0500
committerGitHub <noreply@github.com>2019-01-17 22:57:44 -0500
commit4f370fb92ab849e6dabd9a8b5a762fa6c8d75188 (patch)
tree249bec9f12bec513ac649119f67cef04d1dfb14b /src/Main.tsx
parent96dcfc8db79c035ba355d7459907f48c1f62ec08 (diff)
parentdced23210ce1b7e005d239f2167cae363bfef52f (diff)
Merge branch 'master' 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, {