Skip to content

Commit 578b4fa

Browse files
revert hide citation panel logic
1 parent 65d8a5c commit 578b4fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ const Dashboard: React.FC = () => {
156156
}, [state.config.appConfig]);
157157

158158
const onHandlePanelStates = (panelName: string) => {
159-
dispatch({ type: actionConstants.UPDATE_CITATION,payload: { activeCitation: null, showCitation: false }})
160159
setLayoutWidthUpdated((prevFlag) => !prevFlag);
161160
const newState = {
162161
...panelShowStates,

0 commit comments

Comments
 (0)