Skip to content

Commit

Permalink
fix: change the behavior of default select in search UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfeiyang committed Apr 30, 2022
1 parent b84e7f7 commit 5c7ad02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/components/search/IndexList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ export default defineComponent({
value: item.name,
});
});
selectedIndex.value = indexList.value[0];
selectFn(selectedIndex.value);
});
};
Expand Down

0 comments on commit 5c7ad02

Please sign in to comment.