fix: remove focus call before keyup event dispatch that traps cursor (#4607)
Signed| @@ -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 | }); |
| 11001 | 11000 | ||