This commit is contained in:
kkthxbye-code
2022-07-17 17:33:47 +02:00
parent 9e2583de89
commit 91d66cd421
3 changed files with 2 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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