diff options
author | andrewdkim <adkim414@gmail.com> | 2020-02-12 03:37:51 -0500 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2020-02-12 03:37:51 -0500 |
commit | d1b9049fe50e401ac1a33177babd0cfa4b32f6a0 (patch) | |
tree | 6df9a57fbceac3eaceb04061a9c88b2a5d3059b3 /src/server/authentication/models/current_user_utils.ts | |
parent | 864cba561db8e26240b093da7ab524e76c8823d1 (diff) |
can select text from web node and upload from mobile
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 6c916689a..71da0b380 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -155,6 +155,7 @@ export class CurrentUserUtils { } static setupMobileUploadDoc(userDoc: Doc) { + // const addButton = Docs.Create.FontIconDocument({ onDragStart: ScriptField.MakeScript('addWebToMobileUpload()'), title: "Add Web Doc to Upload Collection", icon: "plus", backgroundColor: "black" }) const webDoc = Docs.Create.WebDocument("https://www.britannica.com/animal/cat", { title: "Upload Images From the Web", _chromeStatus: "enabled", lockedPosition: true }); |