mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed missing saveScreenshot listener
This commit is contained in:
parent
fbbc15a8bd
commit
2b869a9478
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ export function highlightBadWord(index, showError) {
|
|||
$($("#words .word")[index]).addClass("error");
|
||||
}
|
||||
|
||||
$(document.body).on("click", "#copyResultToClipboardButton", () => {
|
||||
$(document.body).on("click", "#saveScreenshotButton", () => {
|
||||
screenshot();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue