aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-06 20:06:47 -0400
committerbobzel <zzzman@gmail.com>2020-08-06 20:06:47 -0400
commit7566ab0811a2503936f0a2e9a803db422dc1d44f (patch)
treeedb4dd5e7c19da62322bc8dff1fb10736d821c25 /src/client/util/CurrentUserUtils.ts
parent002eb8c7cd45bf4ad3e4e1e99ccb70675029678b (diff)
parent318f2bab4f086ce626fc3f1d099d1a09e245f95d (diff)
merged presentation_updates with master
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r--src/client/util/CurrentUserUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts
index 1f140e145..36e09fda1 100644
--- a/src/client/util/CurrentUserUtils.ts
+++ b/src/client/util/CurrentUserUtils.ts
@@ -836,7 +836,7 @@ export class CurrentUserUtils {
// Right sidebar is where mobile uploads are contained
static setupSharingSidebar(doc: Doc) {
if (doc["sidebar-sharing"] === undefined) {
- doc["sidebar-sharing"] = new PrefetchProxy(Docs.Create.StackingDocument([], { title: "Sharing Sidebar" }));
+ doc["sidebar-sharing"] = new PrefetchProxy(Docs.Create.StackingDocument([], { title: "Shared Documents", childDropAction: "alias" }));
}
}