fix: remove focus call before keyup event dispatch that traps cursor (#4607)

74ff23ec0c1367ba6ddf753c3584487f773c5708

Wolfsblvt <wolfsblvt@gmail.com>

Signed
1 files changed, +0 -1Showing whitespace changes
public/script.js+0 -1
@@ -10995,7 +10995,6 @@ jQuery(async function () {
10995 if (!(e.target instanceof HTMLElement)) {10995 if (!(e.target instanceof HTMLElement)) {
10996 return;10996 return;
10997 }10997 }
10998 e.target.focus();
10999 e.target.dispatchEvent(new KeyboardEvent('keyup', { bubbles: true }));10998 e.target.dispatchEvent(new KeyboardEvent('keyup', { bubbles: true }));
11000 });10999 });
1100111000