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.
1 parent 99a8298 commit 8a56849Copy full SHA for 8a56849
code/frontend/src/components/Answer/Answer.tsx
@@ -40,7 +40,7 @@ export const Answer = ({
40
if(chevronIsExpanded && refContainer.current){
41
refContainer.current.scrollIntoView({ behavior:'smooth'});
42
}
43
- }, [isRefAccordionOpen]);
+ }, [chevronIsExpanded,isRefAccordionOpen]);
44
45
const createCitationFilepath = (citation: Citation, index: number, truncate: boolean = false) => {
46
let citationFilename = "";
0 commit comments