diff --git a/assets/javascripts/discourse/components/custom-wizard-step.js.es6 b/assets/javascripts/discourse/components/custom-wizard-step.js.es6 index ee318b60..7c933771 100644 --- a/assets/javascripts/discourse/components/custom-wizard-step.js.es6 +++ b/assets/javascripts/discourse/components/custom-wizard-step.js.es6 @@ -115,8 +115,6 @@ export default Component.extend({ schedule("afterRender", () => { if ($(".invalid .wizard-focusable").length) { this.animateInvalidFields(); - } else { - $(".wizard-focusable:first").focus(); } }); });