We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 578b4fa + b353f16 commit 5f7258dCopy full SHA for 5f7258d
src/App/src/App.tsx
@@ -156,6 +156,7 @@ const Dashboard: React.FC = () => {
156
}, [state.config.appConfig]);
157
158
const onHandlePanelStates = (panelName: string) => {
159
+ dispatch({ type: actionConstants.UPDATE_CITATION,payload: { activeCitation: null, showCitation: false }})
160
setLayoutWidthUpdated((prevFlag) => !prevFlag);
161
const newState = {
162
...panelShowStates,
0 commit comments