Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaoka committed Oct 8, 2024
1 parent b4ed72e commit a7e95ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/keywordList/KeywordListButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const popover = usePopover();
<template>
<button
class="relative flex size-11 items-center justify-center rounded-full border bg-white shadow-md hover:bg-gray-200"
@click="popover.togglePopover"
@click.prevent="popover.togglePopover"
title="popular keywords"
>
<i
Expand Down

0 comments on commit a7e95ff

Please sign in to comment.