mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 08:05:56 +08:00
* fix(zen mode): undefined word when changing tape mode during test (@NadAlaba) * fix(zen mode): shrinking full-width-caret when changing tape mode during test (@NadAlaba) * fix(zen mode): messed up caret in RTL languages (@NadAlaba) because of the letter '_' that is added to the beginning of a word in zen mode, the caret is getting positioned on the 2nd letter. Also, since lastWordLetter is always undefined (because wordLen is always 0) offsetHeight and offsetTop are getting the default values regardless of font characteristics. * fix caret staying in position in (blind + word tape + zen) mode * refactor: combine last 2 solutions * rename parameter |
||
---|---|---|
.. | ||
__tests__ | ||
docker | ||
scripts | ||
src | ||
static | ||
.eslintrc.cjs | ||
.firebaserc_example | ||
firebase.json | ||
gulpfile.js | ||
knip.json | ||
package.json | ||
tsconfig.json | ||
vite.config.dev.js | ||
vite.config.js | ||
vite.config.prod.js | ||
vitest.config.js |