Przeglądaj źródła

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

Fixes #9754 -Revert #9735 & #9696
Jeremy Stretch 3 lat temu
rodzic
commit
7603468abc

Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox.js


Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox.js.map


+ 0 - 6
netbox/project-static/src/select/api/apiSelect.ts

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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików