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

74ff23ec0c1367ba6ddf753c3584487f773c5708

Wolfsblvt <wolfsblvt@gmail.com>

Signed
1 files changed, +0 -1Ignore whitespace
public/script.js+0 -1
@@ -10995,7 +10995,6 @@ jQuery(async function () {
1099510995 if (!(e.target instanceof HTMLElement)) {
1099610996 return;
1099710997 }
10998- e.target.focus();
1099910998 e.target.dispatchEvent(new KeyboardEvent('keyup', { bubbles: true }));
1100010999 });
1100111000