this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable keybinds outside of quiz mode

uwx 1b0a5da9 89f9ca37

+1 -1
+1 -1
public/main.tsx
··· 1282 1282 </a> 1283 1283 1284 1284 <Modal open={quizModeOpen} onClose={() => setQuizModeOpen(false)} container={document.body}> 1285 - <QuizMode /> 1285 + {quizModeOpen && <QuizMode />} 1286 1286 </Modal> 1287 1287 1288 1288 <a class="navbar-item" id="customize-list" onClick={() => setCustomizeListOpen(true)}>