Skip to content

Commit 23cb481

Browse files
committed
fix regression
1 parent 48912a8 commit 23cb481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Package/Card.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ const pkgDescription = useMarkdown(() => ({
164164
>
165165
<TagButton
166166
v-for="keyword in result.package.keywords.slice(0, 5)"
167+
class="pointer-events-auto"
167168
:key="keyword"
168169
:pressed="props.filters?.keywords.includes(keyword)"
169170
:title="`Filter by ${keyword}`"

0 commit comments

Comments
 (0)