diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-03-31 16:15:10 -0700 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-03-31 16:15:10 -0700 |
| commit | b33ba2eb7a4bb6744f07c3ee8d86c55ec7b599b5 (patch) | |
| tree | 88f4d21c08f4a1218000f8c8b88e2689e5247b0d /src/client/documents/Documents.ts | |
| parent | 13e6b075154001ce33845a72454e3cd039a92670 (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.ts | 2 |
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 }, }] ]); |
