We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48912a8 commit 23cb481Copy full SHA for 23cb481
app/components/Package/Card.vue
@@ -164,6 +164,7 @@ const pkgDescription = useMarkdown(() => ({
164
>
165
<TagButton
166
v-for="keyword in result.package.keywords.slice(0, 5)"
167
+ class="pointer-events-auto"
168
:key="keyword"
169
:pressed="props.filters?.keywords.includes(keyword)"
170
:title="`Filter by ${keyword}`"
0 commit comments