aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models/current_user_utils.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-04 23:45:01 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-04 23:45:01 -0400
commitd611773fc805082a935cae49723d516ce66e1a14 (patch)
tree88f7478e5d9dcb80ef339ffb04ca716b7284f4b2 /src/server/authentication/models/current_user_utils.ts
parentdcaad9277d2b25e1707964c442c4d19aae59d533 (diff)
more pdf cleanup. fix to mix-multiply-mode for better highlighters/opacity. small text box fixes.
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 b2509a4f1..0fbfbf2f3 100644
--- a/src/server/authentication/models/current_user_utils.ts
+++ b/src/server/authentication/models/current_user_utils.ts
@@ -112,7 +112,7 @@ export class CurrentUserUtils {
if (sidebar) {
sidebar.backgroundColor = "lightgrey";
}
- })
+ });
if (doc.overlays === undefined) {
const overlays = Docs.Create.FreeformDocument([], { title: "Overlays" });