removed duplicate click handler

This commit is contained in:
Miodec 2023-01-27 23:31:15 +01:00
parent e94364f269
commit 79659a6e42

View file

@ -171,10 +171,6 @@ $(`${popup} .randomInputFields .time input`).on("keypress", () => {
$(`${popup} .randomInputFields .wordcount input`).val("");
});
$(`${popup} .buttonsTop .saveCustomText`).on("click", () => {
hide();
});
function apply(): void {
let text = ($(`${popup} textarea`).val() as string).normalize();
// text = text.trim();