Fix popover not triggering on safari

This commit is contained in:
Emre 2022-09-08 17:20:35 +03:00
parent f11b8d24af
commit 56574f9467
No known key found for this signature in database
GPG Key ID: 0EAD2EE11B666ABA

View File

@ -20,7 +20,13 @@
@row-selected="onRowSelected"
>
<template #cell(actions)="row">
<b-button :id="`btn-actions_${row.index}`" class="btn-xs" size="sm" title="Actions">
<b-button
:id="`btn-actions_${row.index}`"
class="btn-xs"
size="sm"
title="Actions"
href="#"
>
<ActionIcon :size="16" title="Actions" />
</b-button>
<b-popover :target="`btn-actions_${row.index}`" triggers="focus" placement="left">