backport of commit 3159aa26be41f9b9a5581ed9b00bc6dd564fa8f1 (#21902)
Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
This commit is contained in:
parent
08c0489053
commit
9ca8e82245
|
@ -205,7 +205,7 @@ export default class NavigateInput extends Component {
|
|||
later(
|
||||
this,
|
||||
function () {
|
||||
document.getElementById(this.inputId).focus();
|
||||
document.getElementById(this.inputId)?.focus();
|
||||
},
|
||||
400
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue