Merge pull request #9757 from kkthxbye-code/fix-9754-2

Fixes #9754 -Revert #9735 & #9696
This commit is contained in:
Jeremy Stretch 2022-07-18 08:40:45 -04:00 committed by GitHub
commit 7603468abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

Binary file not shown.

Binary file not shown.

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);
}
}