mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 10:16:34 +00:00
Merge pull request #9757 from kkthxbye-code/fix-9754-2
Fixes #9754 -Revert #9735 & #9696
This commit is contained in:
commit
7603468abc
2
netbox/project-static/dist/netbox.js
vendored
2
netbox/project-static/dist/netbox.js
vendored
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox.js.map
vendored
2
netbox/project-static/dist/netbox.js.map
vendored
File diff suppressed because one or more lines are too long
@ -411,12 +411,6 @@ export class APISelect {
|
|||||||
} finally {
|
} finally {
|
||||||
this.setOptionStyles();
|
this.setOptionStyles();
|
||||||
this.enable();
|
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);
|
this.base.dispatchEvent(this.loadEvent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user