aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-01-18 20:29:10 -0500
committeryipstanley <stanley_yip@brown.edu>2019-01-18 20:29:10 -0500
commit05138b7f0366e1854ebaabbea1dcc41fb7666b3d (patch)
treeeb6fbdef31ee94fc6bfb8db39af50354e450ce7e /src/Main.tsx
parent4d2bd0796c839b25ed9b96319957d02fbe452aca (diff)
parent657b07e5a0a4d73a0b9cd9b82b69178b1658ce8b (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.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main.tsx b/src/Main.tsx
index 461ee637a..f911b6098 100644
--- a/src/Main.tsx
+++ b/src/Main.tsx
@@ -53,8 +53,12 @@ runInAction(() => {
let doc4 = Documents.CollectionDocument(docset, {
x: 100, y: 400
});
+ let doc5 = Documents.ImageDocument("https://static.boredpanda.com/blog/wp-content/uploads/2018/04/5acb63d83493f__700-png.jpg", {
+ x: 650, y: 500
+ });
mainNodeCollection.Docs.push(doc1);
mainNodeCollection.Docs.push(doc2);
mainNodeCollection.Docs.push(doc4);
mainNodeCollection.Docs.push(doc3);
+ mainNodeCollection.Docs.push(doc5);
}); \ No newline at end of file