Skip to content

Commit a9bd10e

Browse files
committed
fix: remove focus on input element in handleAccordionChange function
1 parent f6eb4de commit a9bd10e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/Video/components/Observation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const Observation = ({
109109
top: activeElement.offsetTop,
110110
behavior: 'smooth',
111111
});
112-
activeElement.querySelectorAll('input')[0]?.focus();
113112
}
114113
setOpenAccordion(undefined);
115114
}, 100);

0 commit comments

Comments
 (0)