diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-17 11:14:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-17 11:14:59 -0400 |
| commit | 740272abb7fe2f477ee4d53363e04f8c77ed1819 (patch) | |
| tree | 9b6b59832e9830c9fa9dcb30ad48dcd3163c0e02 /src/client/views/collections/CollectionMenu.tsx | |
| parent | 8127616d06b4db2b29de0b13068810fd19e77b5e (diff) | |
| parent | c2ee641e1f6a8003e961d03550aaffeb668f2545 (diff) | |
Merge pull request #164 from brown-dash/james-server-stats
Server Stats Endpoint and Frontend View
Diffstat (limited to 'src/client/views/collections/CollectionMenu.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 5b631676e..2154016bd 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -1329,7 +1329,7 @@ export class Collection3DCarouselViewChrome extends React.Component<CollectionVi return ( <div className="collection3DCarouselViewChrome-cont"> <div className="collection3DCarouselViewChrome-scrollSpeed-cont"> - {FormattedTextBox.Focused ? <RichTextMenu /> : null} + {/* {FormattedTextBox.Focused ? <RichTextMenu /> : null} */} <div className="collectionStackingViewChrome-scrollSpeed-label">AUTOSCROLL SPEED:</div> <div className="collection3DCarouselViewChrome-scrollSpeed"> <EditableView GetValue={() => StrCast(this.scrollSpeed)} oneLine SetValue={this.setValue} contents={this.scrollSpeed ? this.scrollSpeed : 1000} /> |
