removed unnecessary click event listener

This commit is contained in:
Miodec 2022-06-24 23:03:06 +02:00
parent 277604d26b
commit c8c4f28695

View file

@ -63,13 +63,6 @@ export function showNewResultFilterPresetPopup(
show();
}
$(document).on("click", "#top .config .wordCount .text-button", (e) => {
const wrd = $(e.currentTarget).attr("wordCount");
if (wrd == "custom") {
show();
}
});
$(document).on("keydown", (event) => {
if (
event.key === "Escape" &&