This commit is contained in:
Miodec 2020-12-21 16:29:32 +00:00
parent 314553dbe2
commit 16778fecf8

View file

@ -4082,7 +4082,7 @@ $("#customMode2PopupWrapper").click((e) => {
}
});
$("#customMode2Popup input").keypress(() => {
$("#customMode2Popup input").keypress((e) => {
if (e.keyCode == 13) {
applyMode2Popup();
}