Skip to content

Commit

Permalink
fix(projects): fix click menu search. fixed #466, close #467
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 1, 2024
1 parent 2aa85c6 commit 8efdb10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ registerShortcut();

<div class="mt-20px">
<NEmpty v-if="resultOptions.length === 0" :description="$t('common.noData')" />
<SearchResult v-else v-model:path="activePath" :options="resultOptions" @enter.prevent="handleEnter" />
<SearchResult v-else v-model:path="activePath" :options="resultOptions" @enter="handleEnter" />
</div>
<template #footer>
<SearchFooter v-if="!isMobile" />
Expand Down

0 comments on commit 8efdb10

Please sign in to comment.