mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Update replay.js
This commit is contained in:
parent
7fa18ea61f
commit
f2c2daecbb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function initializeReplayPrompt() {
|
|||
});
|
||||
}
|
||||
|
||||
function pauseReplay() {
|
||||
export function pauseReplay() {
|
||||
timeoutList.forEach((item) => {
|
||||
clearTimeout(item);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue