aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-03-31 16:15:10 -0700
committerAndy Rickert <andrew_rickert@brown.edu>2020-03-31 16:15:10 -0700
commitb33ba2eb7a4bb6744f07c3ee8d86c55ec7b599b5 (patch)
tree88f4d21c08f4a1218000f8c8b88e2689e5247b0d /src/client/documents/Documents.ts
parent13e6b075154001ce33845a72454e3cd039a92670 (diff)
more settings ui + huge bugfixes with document dragging and selection
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 96830d8dc..247f7fa3e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -261,7 +261,7 @@ export namespace Docs {
options: { backgroundColor: "transparent" }
}],
[DocumentType.SEARCHBOX, {
- layout: { view: SearchBox },
+ layout: { view: SearchBox, dataField:data},
options: { width: 200, height: 200 },
}]
]);