Merge pull request #929 from aemr3/fix-popover-safari

Fix popover not triggering on safari
This commit is contained in:
Matthias 2022-09-08 18:21:52 +02:00 committed by GitHub
commit 9443911571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">