Update replay.js

This commit is contained in:
Luke Weiler 2021-05-13 19:22:51 -04:00 committed by GitHub
parent 7fa18ea61f
commit f2c2daecbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ function initializeReplayPrompt() {
});
}
function pauseReplay() {
export function pauseReplay() {
timeoutList.forEach((item) => {
clearTimeout(item);
});