mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
removed duplicate caret position to fix zen caret moving up on space
This commit is contained in:
parent
dc9c9d3fbf
commit
85f23c997b
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ function handleSpace(event, isEnter) {
|
|||
}
|
||||
} //end of line wrap
|
||||
|
||||
Caret.updatePosition();
|
||||
// Caret.updatePosition();
|
||||
|
||||
if (Config.keymapMode === "react") {
|
||||
Keymap.flashKey(event.code, true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue