aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-30 19:46:55 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-30 19:46:55 -0500
commit57122492fc344d254c507422aace7932b785276c (patch)
tree3decdf2f301d70eed1a0bd5ae02ab451de3aa3d1 /src/client/documents/Documents.ts
parentad6cc2bd1327fa8ca078171133e3e6e357860ec7 (diff)
started merging with ink, transform buttons done
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 32f46bd1c..88c25567e 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -304,10 +304,10 @@ export namespace Docs {
[DocumentType.MENUICON, {
layout: { view: MenuIconBox, dataField: defaultDataKey },
}],
- [DocumentType.RECOMMENDATION, {
- layout: { view: RecommendationsBox, dataField: defaultDataKey },
- options: { _width: 200, _height: 200 },
- }],
+ // [DocumentType.RECOMMENDATION, {
+ // layout: { view: RecommendationsBox, dataField: defaultDataKey },
+ // options: { _width: 200, _height: 200 },
+ // }],
[DocumentType.WEBCAM, {
layout: { view: DashWebRTCVideo, dataField: defaultDataKey }
}],