repos
This commit is contained in:
parent
f1ee3d6f04
commit
c5f1abd79c
|
@ -450,6 +450,8 @@ class PluginRepo {
|
|||
this.sortEntries(pluginRepoModal);
|
||||
|
||||
BDFDB.appendModal(pluginRepoModal);
|
||||
|
||||
pluginRepoModal.querySelector(BDFDB.dotCN.searchbarinput).focus();
|
||||
}
|
||||
|
||||
addEntry (pluginRepoModal, container, data) {
|
||||
|
|
|
@ -565,6 +565,8 @@ class ThemeRepo {
|
|||
BDFDB.appendModal(themeRepoModal);
|
||||
|
||||
document.body.insertBefore(frame, document.body.firstElementChild);
|
||||
|
||||
themeRepoModal.querySelector(BDFDB.dotCN.searchbarinput).focus();
|
||||
}
|
||||
|
||||
addEntry (frame, themeRepoModal, container, data) {
|
||||
|
|
Loading…
Reference in New Issue