diff options
author | bobzel <zzzman@gmail.com> | 2020-08-14 20:13:41 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-14 20:13:41 -0400 |
commit | 13e808c6802f10996558303bccac3ec5ba2c9b60 (patch) | |
tree | 6f063e9611212210aea2ae30fce57e0be06d97cd /src | |
parent | 324f65bcfab0f239ba2cc9a8becd50a8a2572e7f (diff) | |
parent | 0ba92fa5742040959a50770a8bc3ec767a44ab66 (diff) |
Merge branch 'new_audio' of https://github.com/browngraphicslab/Dash-Web into new_audio
Diffstat (limited to 'src')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 3702a2c36..5954e12dc 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -684,6 +684,10 @@ export class CurrentUserUtils { }); } + static setupLibrary(userDoc: Doc) { + return CurrentUserUtils.setupWorkspaces(userDoc); + } + // 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) static async setupToolsBtnPanel(doc: Doc) { |