aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models/current_user_utils.ts
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2020-01-14 17:40:50 -0500
committerFawn <fangrui_tong@brown.edu>2020-01-14 17:40:50 -0500
commit3cca58612cde96a3082ca8e190fe2166d531d556 (patch)
treef1689113a40b84d402af8132868dfb945f2a5d32 /src/server/authentication/models/current_user_utils.ts
parentb4c2d2add2b863060ce559e49b3953f24050f162 (diff)
drawn strokes get added to mobile ink collection
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r--src/server/authentication/models/current_user_utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts
index b40179fbc..98092ddfe 100644
--- a/src/server/authentication/models/current_user_utils.ts
+++ b/src/server/authentication/models/current_user_utils.ts
@@ -141,7 +141,7 @@ export class CurrentUserUtils {
}
static setupMobileInkingDoc(userDoc: Doc) {
- return Docs.Create.FreeformDocument([], { x: 0, y: 0, width: 10, height: 20, title: "Mobile Inking", backgroundColor: "red" });
+ return Docs.Create.FreeformDocument([], { title: "Mobile Inking", backgroundColor: "white" });
}
// setup the Creator button which will display the creator panel. This panel will include the drag creators and the color picker. when clicked, this panel will be displayed in the target container (ie, sidebarContainer)