mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 00:14:07 +08:00
removed duplicate click handler
This commit is contained in:
parent
e94364f269
commit
79659a6e42
1 changed files with 0 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue