diff options
author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-08 15:12:16 -0400 |
---|---|---|
committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-08 15:12:16 -0400 |
commit | 6131fd8fc6cb1245ccfbc5d03d33ffd1498e83f4 (patch) | |
tree | 02d802715ae532ab5d2bd2bf422b2e337be44eac /src/client/util/CurrentUserUtils.ts | |
parent | 20611e69b3f4afca5d35a440278f4dcbbda523c7 (diff) |
Speech to phonemes progress
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index e095bc659..c712dba21 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -262,6 +262,7 @@ export class CurrentUserUtils { } return plotly; } + const plotlyView = (opts:DocumentOptions) => { const rtfield = new RichTextField(JSON.stringify( {doc: {type:"doc",content:[ |