mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-02 09:01:48 +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,
|
state: AppState.SHOWING_CHART,
|
||||||
data,
|
data,
|
||||||
selection: getSelection(data.chartData, args.selection),
|
selection: getSelection(data.chartData, args.selection),
|
||||||
|
showSidePanel: args.showSidePanel,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user