aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-26 17:33:51 -0500
committerbobzel <zzzman@gmail.com>2021-02-26 17:33:51 -0500
commit17de222e15525ec5bda3c4e7113c1471dbfb906c (patch)
treedda435b29482d1d384aeb454db7f6ede8cbb21da /src/client/util/CurrentUserUtils.ts
parent3fd54b2134fd13327ec073dba73d8d41d25ba6aa (diff)
fixes for getting documents into myFilesystem. fixes for setting layout fields without using an _
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 ca5d4d371..438690067 100644
--- a/src/client/util/CurrentUserUtils.ts
+++ b/src/client/util/CurrentUserUtils.ts
@@ -786,7 +786,7 @@ export class CurrentUserUtils {
treeViewHideTitle: true, _xMargin: 5, _yMargin: 5, _gridGap: 5, forceActive: true, childDropAction: "alias",
treeViewTruncateTitleWidth: 150, treeViewPreventOpen: false, ignoreClick: true,
isFolder: true, treeViewType: "fileSystem",
- _lockedPosition: true, boxShadow: "0 0", dontRegisterChildViews: true, targetDropAction: "same", system: true
+ _lockedPosition: true, boxShadow: "0 0", dontRegisterChildViews: true, targetDropAction: "proto", system: true
}));
}
return doc.myFilesystem as any as Doc;