1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
kkthxbye-code
2022-07-17 17:33:47 +02:00
parent 250265c3d9
commit b854cefb57
3 changed files with 2 additions and 8 deletions

View File

@ -411,12 +411,6 @@ export class APISelect {
} finally {
this.setOptionStyles();
this.enable();
// Set the focus to the search field if the select is open
if (this.slim.slim.content.classList.contains("ss-open")) {
this.slim.slim.search.input.focus();
}
this.base.dispatchEvent(this.loadEvent);
}
}