Skip to content

Commit

Permalink
fix(tab-list): stop click propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Nov 9, 2020
1 parent bf183c0 commit ba69dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/tab-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<span class="feather-icon icon-filter"></span>
</div>
</div>
<div v-show="isFinding" class="find-launcher">
<div v-show="isFinding" class="find-launcher" @click.stop>
<input
ref="searcher"
v-model="keyword"
Expand Down

0 comments on commit ba69dbc

Please sign in to comment.