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 49fc3f5 commit 62a2cc1Copy full SHA for 62a2cc1
src/frontend/src/pages/draft/Draft.tsx
@@ -37,9 +37,14 @@ const Draft = (): JSX.Element => {
37
}, index * 500);
38
});
39
40
+ return ()=>{
41
+ appStateContext?.dispatch({ type: 'UPDATE_IS_LOADED_SECTIONS', payload: {section : null, 'act': 'removeAll' } })
42
+ }
43
44
}, []);
45
46
+
47
48
useEffect(()=>{
49
if(isLoadedSections?.length === sections.length)
50
{
0 commit comments