Skip to content

Commit bf12be0

Browse files
authored
fix(ui): make install size tooltip interactive for copying (#1941)
1 parent 6a78b90 commit bf12be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ const showSkeleton = shallowRef(false)
11561156
<div class="space-y-1 sm:col-span-3">
11571157
<dt class="text-xs text-fg-subtle uppercase tracking-wider flex items-center gap-1">
11581158
{{ $t('package.stats.install_size') }}
1159-
<TooltipApp v-if="sizeTooltip" :text="sizeTooltip">
1159+
<TooltipApp v-if="sizeTooltip" :text="sizeTooltip" interactive>
11601160
<span
11611161
tabindex="0"
11621162
class="inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 text-fg-subtle cursor-help focus-visible:outline-2 focus-visible:outline-accent/70 rounded"

0 commit comments

Comments
 (0)