mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-03 09:31:52 +00:00
Added zoom in/out buttons
This commit is contained in:
@@ -541,7 +541,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
|
||||
onDismiss={this.onDismissErrorPopup}
|
||||
/>
|
||||
{this.state.loadingMore ? (
|
||||
<Loader active inline size="small" />
|
||||
<Loader active size="small" className="loading-more" />
|
||||
) : null}
|
||||
<Chart
|
||||
data={this.state.data.chartData}
|
||||
|
||||
Reference in New Issue
Block a user