mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-18 13:33:46 +00:00
Fixed side panel not showing
This commit is contained in:
@@ -326,6 +326,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
|
||||
state: AppState.SHOWING_CHART,
|
||||
data,
|
||||
selection: getSelection(data.chartData, args.selection),
|
||||
showSidePanel: args.showSidePanel,
|
||||
}),
|
||||
);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user