mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 15:15:58 +08:00
parent
2830b32f54
commit
c51a1e01eb
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ export function update(expectedStepEnd: number): void {
|
|||
top: newTop - smoothlinescroll,
|
||||
});
|
||||
|
||||
if (Config.smoothCaret) {
|
||||
if (Config.smoothCaret !== "off") {
|
||||
caret.stop(true, true).animate(
|
||||
{
|
||||
left: newLeft,
|
||||
|
|
Loading…
Add table
Reference in a new issue