@ -36,7 +36,7 @@ function Parse() {
const onClearPress = useCallback(() => {
setTitle('');
dispatch(fetch({ title: '' }));
dispatch(clear());
}, [setTitle, dispatch]);
useEffect(
@ -43,7 +43,7 @@ function ParseModalContent(props: ParseModalContentProps) {
@ -55,6 +55,8 @@ export const actionHandlers = handleThunks({
}
parseTimeout = window.setTimeout(async () => {
dispatch(set({ section, isFetching: true }));
if (abortCurrentRequest) {
abortCurrentRequest();