#6372: Fix regression from c550093 causing API select query delays

This commit is contained in:
checktheroads 2021-07-20 00:36:55 -07:00
parent e7cecb9f12
commit 6ea4a91717
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -175,7 +175,7 @@ class APISelect {
this.addEventListeners();
// Determine if this element is part of collapsible element.
const collapse = findFirstAdjacent(this.base, '.collapse', '.content-container');
const collapse = this.base.closest('.content-container .collapse');
if (collapse !== null) {
// If this element is part of a collapsible element, only load the data when the
// collapsible element is shown.