diff options
author | bobzel <zzzman@gmail.com> | 2024-09-03 13:32:09 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-03 13:32:09 -0400 |
commit | e8547b9618e5f3d43662e728f4b18e2de9084e47 (patch) | |
tree | a6af265302d1b70ae86618c88e34ffb5490afaf1 /src/client/util/CurrentUserUtils.ts | |
parent | dd9ac92afa01cec668a2c31aace3dcb2a91af3ed (diff) |
fix copmarison box slidebar to work.
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 8a9f20565..14fb65252 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -260,7 +260,6 @@ export class CurrentUserUtils { } return plotly; } - const plotlyView = (opts:DocumentOptions) => { const rtfield = new RichTextField(JSON.stringify( {doc: {type:"doc",content:[ |