mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-07 11:30:24 +08:00
### Description fix: * The result “input history” panel sometimes rendered nothing because the renderer attempted to split an undefined target word. added split word ?? "" to handle missing target words in zen. * The replay view in zen mode could be empty if the last word was just submitted (so input.current was empty at finish), and the replay words list never got updated. --------- Co-authored-by: Miodec <jack@monkeytype.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| docker | ||
| scripts | ||
| src | ||
| static | ||
| .eslintrc.cjs | ||
| .firebaserc_example | ||
| .oxlintrc.json | ||
| firebase.json | ||
| gulpfile.js | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.dev.js | ||
| vite.config.js | ||
| vite.config.prod.js | ||
| vitest.config.ts | ||