We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5813244 commit 226994aCopy full SHA for 226994a
web_src/js/components/DashboardRepoList.vue
@@ -1,5 +1,5 @@
1
<script>
2
-import {createApp, nextTick} from 'vue';
+import {createApp} from 'vue';
3
import $ from 'jquery';
4
import {SvgIcon} from '../svg.js';
5
import {GET} from '../modules/fetch.js';
@@ -103,9 +103,6 @@ const sfc = {
103
const el = document.getElementById('dashboard-repo-list');
104
this.changeReposFilter(this.reposFilter);
105
$(el).find('.dropdown').dropdown();
106
- nextTick(() => {
107
- this.$refs.search.focus();
108
- });
109
110
this.textArchivedFilterTitles = {
111
'archived': this.textShowOnlyArchived,
0 commit comments