diff --git a/src/Bladeburner.jsx b/src/Bladeburner.jsx index 824259577..843d43a7a 100644 --- a/src/Bladeburner.jsx +++ b/src/Bladeburner.jsx @@ -2103,6 +2103,7 @@ Bladeburner.prototype.updateOperationsUIElement = function(el, action) { }, }); createPopup(popupId, [txt, input, setBtn, cancelBtn]); + input.focus(); }, })); } @@ -2254,6 +2255,7 @@ Bladeburner.prototype.updateBlackOpsUIElement = function(el, action) { }, }); createPopup(popupId, [txt, input, setBtn, cancelBtn]); + input.focus(); }, })); }