change upopover activation mode

This commit is contained in:
2025-02-17 22:17:50 +01:00
parent cdba80616f
commit d2b5030ade

View File

@@ -110,7 +110,7 @@ async function handleLike() {
</div> </div>
<div v-if="post.body.toc && post.body.toc.links.length > 0" class="flex justify-end sticky top-0 z-50"> <div v-if="post.body.toc && post.body.toc.links.length > 0" class="flex justify-end sticky top-0 z-50">
<UPopover <UPopover
mode="hover" mode="click"
:content="{ :content="{
align: 'end', align: 'end',
side: 'bottom', side: 'bottom',