This commit is contained in:
Mirco Wittrien 2019-01-22 11:14:05 +01:00
parent f1ee3d6f04
commit c5f1abd79c
2 changed files with 4 additions and 0 deletions

View File

@ -450,6 +450,8 @@ class PluginRepo {
this.sortEntries(pluginRepoModal);
BDFDB.appendModal(pluginRepoModal);
pluginRepoModal.querySelector(BDFDB.dotCN.searchbarinput).focus();
}
addEntry (pluginRepoModal, container, data) {

View File

@ -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) {