fixed missing saveScreenshot listener

This commit is contained in:
lukew3 2021-05-12 17:20:48 -04:00
parent fbbc15a8bd
commit 2b869a9478

View file

@ -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();
});